color codes Logo

#09e96f color codes

#09E96F
(9,233,111)
0 Favorites   0 Comments

Color spaces of #09e96f

RGB 9233111
HSL0.410.930.47
HSV147°96°91°
CMYK 0.960.000.52   0.09
XYZ32.120859.483624.8275
Yxy59.48360.27590.5109
Hunter Lab77.1256-60.629234.9019
CIE-Lab81.5567-72.230446.0153

#09e96f color RGB value is (9,233,111).

#09e96f hex color red value is 9, green value is 233 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #09e96f hue: 0.41 , saturation: 0.93 and the lightness value of 09e96f is 0.47.

The process color (four color CMYK) of #09e96f color code is 0.96, 0.00, 0.52, 0.09. Web safe color of #09e96f is #00ff66. Color #09e96f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101001 01101111
Octal 11 351 157
Decimal 9 233 111
Hex 9 E9 6F

RGB Percentages of Color #09e96f

%2.55
%66.01
%31.44

CMYK Percentages of Color #09e96f

%96
%0
%52
%9

Triadic Colors of #09e96f

#09e96f #6f09e9 #e96f09

Analogous Colors of #09e96f

#09e96f #09e9df #13e909

Monochromatic Colors of #09e96f

#09e96f

Complementary Color

#09e96f #e90983

#09e96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09e96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09e96f Color CSS Codes

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

#09e96f Text Font Color

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

This sample text font color is #09e96f
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.


#09e96f Background Color

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

This div background color is #09e96f


#09e96f Border Color

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

This div border color is #09e96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09e96f


Comments

No comments written yet.

Please login to write comment.