#0E8606

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

Shades of Green #0E8606

Tints of Green #0E8606

Color information

#0E8606 (or 0x0E8606) is unknown color: approx Green. HEX triplet: 0E, 86 and 06. RGB value is (14,134,6). Sum of RGB (Red+Green+Blue) = 14+134+6=154 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.09% from 154); Green value is 134 (52.73% from 255 or 87.01% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 134 - color contains mainly: green. Hex color #0E8606 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8606 is #F179F9. Grayscale: #535353. Windows color (decimal): -15825402 or 427534. OLE color: 427534.

HSL color Cylindrical-coordinate representation of color #0E8606: hue angle of 116.25º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E8606 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB141346-
CMYK0.9000.960.47
HSL116.25º91.43%27.45%-
HSV(B)116.25º95.52%52.55%-
XYZ8.7417.163.02-
YUV83.5384.2478.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.09%
GREEN value IS 134 (52.73% from 255) = 87.01%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=9.09%
G=87.01%
B=3.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1413460.9000.960.47116.2591.4327.45
HexE8665A0602F745b1b
Octal16206613201405716413333
Binary1110100001101101011010011000001011111110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,134,6); }

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

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

 a { background-color: rgb(14,134,6); }

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

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

 span { border-color: rgb(14,134,6); }

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