#0E9C27

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

Shades of Forest Green #0E9C27

Tints of Forest Green #0E9C27

Color information

#0E9C27 (or 0x0E9C27) is unknown color: approx Forest Green. HEX triplet: 0E, 9C and 27. RGB value is (14,156,39). Sum of RGB (Red+Green+Blue) = 14+156+39=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 156 (61.33% from 255 or 74.64% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9C27 is #F163D8. Grayscale: #646464. Windows color (decimal): -15819737 or 2595854. OLE color: 2595854.

HSL color Cylindrical-coordinate representation of color #0E9C27: hue angle of 130.56º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9C27 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1415639-
CMYK0.9100.750.39
HSL130.56º83.53%33.33%-
HSV(B)130.56º91.03%61.18%-
XYZ12.4424.025.9-
YUV100.293.4666.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.70%
GREEN value IS 156 (61.33% from 255) = 74.64%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=6.70%
G=74.64%
B=18.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14156390.9100.750.39130.5683.5333.33
HexE9C275B04B27835421
Octal162344713301134720312441
Binary111010011100100111101101101001011100111100000111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,156,39); }

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

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

 a { background-color: rgb(14,156,39); }

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

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

 span { border-color: rgb(14,156,39); }

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