#0e840c

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

Shades of Green #0E840C

Tints of Green #0E840C

Color information

#0E840C (or 0x0E840C) is unknown color: approx Green. HEX triplet: 0E, 84 and 0C. RGB value is (14,132,12). Sum of RGB (Red+Green+Blue) = 14+132+12=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 132 (51.95% from 255 or 83.54% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 132 - color contains mainly: green. Hex color #0E840C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E840C is #F17BF3. Grayscale: #535353. Windows color (decimal): -15825908 or 820238. OLE color: 820238.

HSL color Cylindrical-coordinate representation of color #0E840C: hue angle of 119º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E840C is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1413212-
CMYK0.8900.910.48
HSL119º83.33%28.24%-
HSV(B)119º90.91%51.76%-
XYZ8.516.623.11-
YUV83.0487.9178.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.86%
GREEN value IS 132 (51.95% from 255) = 83.54%
BLUE value IS 12 (5.08% from 255) = 7.59%
R=8.86%
G=83.54%
B=7.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14132120.8900.910.4811983.3328.24
HexE84C5905B3077531c
Octal162041413101336016712334
Binary11101000010011001011001010110111100001110111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e840c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,132,12); }

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

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

 a { background-color: rgb(14,132,12); }

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

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

 span { border-color: rgb(14,132,12); }

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