Color Hex Logo

#099814 Color Hex

#099814
(9,152,20)
0 Favorites   0 Comments

Color spaces of #099814

RGB 915220
HSL0.350.890.32
HSV125°94°60°
CMYK 0.940.000.87   0.40
XYZ11.467222.56514.4129
Yxy22.56510.29830.5869
Hunter Lab47.5027-40.039727.7440
CIE-Lab54.6215-57.339053.0621

#099814 color RGB value is (9,152,20).

#099814 hex color red value is 9, green value is 152 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #099814 hue: 0.35 , saturation: 0.89 and the lightness value of 099814 is 0.32.

The process color (four color CMYK) of #099814 color hex is 0.94, 0.00, 0.87, 0.40. Web safe color of #099814 is #009900. Color #099814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011000 00010100
Octal 11 230 24
Decimal 9 152 20
Hex 9 98 14

RGB Percentages of Color #099814

%4.97
%83.98
%11.05

CMYK Percentages of Color #099814

%94
%0
%87
%40

Triadic Colors of #099814

#099814 #140998 #981409

Analogous Colors of #099814

#099814 #09985c #459809

Monochromatic Colors of #099814

#099814

Complementary Color

#099814 #98098d

#099814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099814 Color CSS Codes

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

#099814 Text Font Color

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

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


#099814 Background Color

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

This div background color is #099814


#099814 Border Color

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

This div border color is #099814


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,152,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #099814; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #099814;
  -webkit-box-shadow: 1px 1px 3px 2px #099814;
  box-shadow:         1px 1px 3px 2px #099814; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099814


Comments

No comments written yet.

Please login to write comment.