#0E8208

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

Shades of Green #0E8208

Tints of Green #0E8208

Color information

#0E8208 (or 0x0E8208) is unknown color: approx Green. HEX triplet: 0E, 82 and 08. RGB value is (14,130,8). Sum of RGB (Red+Green+Blue) = 14+130+8=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 130 (51.17% from 255 or 85.53% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 130 - color contains mainly: green. Hex color #0E8208 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8208 is #F17DF7. Grayscale: #515151. Windows color (decimal): -15826424 or 557582. OLE color: 557582.

HSL color Cylindrical-coordinate representation of color #0E8208: hue angle of 117.05º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8208 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB141308-
CMYK0.8900.940.49
HSL117.05º88.41%27.06%-
HSV(B)117.05º93.85%50.98%-
XYZ8.2116.082.9-
YUV81.4186.5779.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.21%
GREEN value IS 130 (51.17% from 255) = 85.53%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=9.21%
G=85.53%
B=5.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1413080.8900.940.49117.0588.4127.06
HexE8285905E3175581b
Octal162021013101366116513033
Binary11101000001010001011001010111101100011110101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,130,8); }

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

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

 a { background-color: rgb(14,130,8); }

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

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

 span { border-color: rgb(14,130,8); }

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