#0E9B20

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

Shades of Forest Green #0E9B20

Tints of Forest Green #0E9B20

Color information

#0E9B20 (or 0x0E9B20) is unknown color: approx Forest Green. HEX triplet: 0E, 9B and 20. RGB value is (14,155,32). Sum of RGB (Red+Green+Blue) = 14+155+32=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 155 (60.94% from 255 or 77.11% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9B20 is #F164DF. Grayscale: #636363. Windows color (decimal): -15820000 or 2136846. OLE color: 2136846.

HSL color Cylindrical-coordinate representation of color #0E9B20: hue angle of 127.66º degrees, saturation: 0.83, 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 #0E9B20 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1415532-
CMYK0.9100.790.39
HSL127.66º83.43%33.14%-
HSV(B)127.66º90.97%60.78%-
XYZ12.1623.645.29-
YUV98.8290.2967.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 155 (60.94% from 255) = 77.11%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=6.97%
G=77.11%
B=15.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14155320.9100.790.39127.6683.4333.14
HexE9B205B04F27805321
Octal162334013301174720012341
Binary111010011011100000101101101001111100111100000001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,155,32); }

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

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

 a { background-color: rgb(14,155,32); }

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

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

 span { border-color: rgb(14,155,32); }

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