#0E9D22

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

Shades of Forest Green #0E9D22

Tints of Forest Green #0E9D22

Color information

#0E9D22 (or 0x0E9D22) is unknown color: approx Forest Green. HEX triplet: 0E, 9D and 22. RGB value is (14,157,34). Sum of RGB (Red+Green+Blue) = 14+157+34=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 157 (61.72% from 255 or 76.59% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9D22 is #F162DD. Grayscale: #646464. Windows color (decimal): -15819486 or 2268430. OLE color: 2268430.

HSL color Cylindrical-coordinate representation of color #0E9D22: hue angle of 128.39º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9D22 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB1415734-
CMYK0.9100.780.38
HSL128.39º83.63%33.53%-
HSV(B)128.39º91.08%61.57%-
XYZ12.5324.325.55-
YUV100.2290.6266.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.83%
GREEN value IS 157 (61.72% from 255) = 76.59%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=6.83%
G=76.59%
B=16.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14157340.9100.780.38128.3983.6333.53
HexE9D225B04E26805422
Octal162354213301164620012442
Binary111010011101100010101101101001110100110100000001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,157,34); }

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

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

 a { background-color: rgb(14,157,34); }

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

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

 span { border-color: rgb(14,157,34); }

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