color codes Logo

#09ff9f color codes

#09FF9F
(9,255,159)
0 Favorites   0 Comments

Color spaces of #09ff9f

RGB 9255159
HSL0.431.000.52
HSV157°96°100°
CMYK 0.960.000.38   0.00
XYZ42.130774.081344.8795
Yxy74.08130.26150.4599
Hunter Lab86.0705-63.249329.3339
CIE-Lab88.9609-71.185032.1249

#09ff9f color RGB value is (9,255,159).

#09ff9f hex color red value is 9, green value is 255 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #09ff9f hue: 0.43 , saturation: 1.00 and the lightness value of 09ff9f is 0.52.

The process color (four color CMYK) of #09ff9f color code is 0.96, 0.00, 0.38, 0.00. Web safe color of #09ff9f is #00ff99. Color #09ff9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11111111 10011111
Octal 11 377 237
Decimal 9 255 159
Hex 9 FF 9F

RGB Percentages of Color #09ff9f

%2.13
%60.28
%37.59

CMYK Percentages of Color #09ff9f

%96
%0
%38
%0

Triadic Colors of #09ff9f

#09ff9f #9f09ff #ff9f09

Analogous Colors of #09ff9f

#09ff9f #09e4ff #09ff24

Monochromatic Colors of #09ff9f

#09ff9f

Complementary Color

#09ff9f #ff0969

#09ff9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ff9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ff9f Color CSS Codes

.mybgcolor {background-color:#09ff9f; } 
.myforecolor {color:#09ff9f; }
.mybordercolor {border:3px solid #09ff9f; }

#09ff9f Text Font Color

<p style="color:#09ff9f">Text here</p>

This sample text font color is #09ff9f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#09ff9f Background Color

<div style="background-color:#09ff9f">
Div content here</div>

This div background color is #09ff9f


#09ff9f Border Color

<div style="border:3px solid #09ff9f">
Div here</div>

This div border color is #09ff9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,255,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09ff9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09ff9f;
  -webkit-box-shadow: 1px 1px 3px 2px #09ff9f;
  box-shadow:         1px 1px 3px 2px #09ff9f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,255,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #09ff9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #09ff9f;
  -webkit-box-shadow: 1px 1px 3px 2px #09ff9f;
  box-shadow:         1px 1px 3px 2px #09ff9f;">
Div content here</div>

This div box has shadow with color #09ff9f

Related Colors

#09ff9f Color Palettes


Comments

No comments written yet.

Please login to write comment.