#0E8A09

Color #0E8A09 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0E8A09

Tints of Green #0E8A09

Color information

#0E8A09 (or 0x0E8A09) is unknown color: approx Green. HEX triplet: 0E, 8A and 09. RGB value is (14,138,9). Sum of RGB (Red+Green+Blue) = 14+138+9=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 138 (54.30% from 255 or 85.71% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 138 - color contains mainly: green. Hex color #0E8A09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8A09 is #F175F6. Grayscale: #565656. Windows color (decimal): -15824375 or 625166. OLE color: 625166.

HSL color Cylindrical-coordinate representation of color #0E8A09: hue angle of 117.67º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E8A09 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB141389-
CMYK0.9000.930.46
HSL117.67º87.76%28.82%-
HSV(B)117.67º93.48%54.12%-
XYZ9.3218.293.3-
YUV86.2284.4276.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 8.70%
GREEN value IS 138 (54.30% from 255) = 85.71%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=8.70%
G=85.71%
B=5.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1413890.9000.930.46117.6787.7628.82
HexE8A95A05D2E76581d
Octal162121113201355616613035
Binary11101000101010011011010010111011011101110110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E8A09; }

 p { color: rgb(14,138,9); }

 H1.HeaderClassName
 {
   color: #0E8A09;
 }
 .AnyTagClassName
 {
   color: #0E8A09;
 }
</style>
background-color css

<style>
 a { background-color: #0E8A09; }

 a { background-color: rgb(14,138,9); }

 div.DivClassName
 {
   background-color: #0E8A09;
 }
 .BgClassName
 {
   background-color: #0E8A09;
 }
</style>
border-color css

<style>
 span { border-color: #0E8A09; }

 span { border-color: rgb(14,138,9); }

 td.TdClassName
 {
   border-color: #0E8A09;
 }
 .TagClassName
 {
   border-color: #0E8A09;
 }
</style>