#0e981c

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

Shades of Forest Green #0E981C

Tints of Forest Green #0E981C

Color information

#0E981C (or 0x0E981C) is unknown color: approx Forest Green. HEX triplet: 0E, 98 and 1C. RGB value is (14,152,28). Sum of RGB (Red+Green+Blue) = 14+152+28=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 152 (59.77% from 255 or 78.35% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 152 - color contains mainly: green. Hex color #0E981C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E981C is #F167E3. Grayscale: #606060. Windows color (decimal): -15820772 or 1873934. OLE color: 1873934.

HSL color Cylindrical-coordinate representation of color #0E981C: hue angle of 126.09º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E981C is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1415228-
CMYK0.9100.820.40
HSL126.09º83.13%32.55%-
HSV(B)126.09º90.79%59.61%-
XYZ11.6222.634.85-
YUV96.689.2869.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.22%
GREEN value IS 152 (59.77% from 255) = 78.35%
BLUE value IS 28 (11.33% from 255) = 14.43%
R=7.22%
G=78.35%
B=14.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14152280.9100.820.40126.0983.1332.55
HexE981C5B052287e5321
Octal162303413301225017612341
Binary1110100110001110010110110101001010100011111101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e981c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,152,28); }

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

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

 a { background-color: rgb(14,152,28); }

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

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

 span { border-color: rgb(14,152,28); }

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