#0E9216

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

Shades of Forest Green #0E9216

Tints of Forest Green #0E9216

Color information

#0E9216 (or 0x0E9216) is unknown color: approx Forest Green. HEX triplet: 0E, 92 and 16. RGB value is (14,146,22). Sum of RGB (Red+Green+Blue) = 14+146+22=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 146 (57.42% from 255 or 80.22% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9216 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9216 is #F16DE9. Grayscale: #5C5C5C. Windows color (decimal): -15822314 or 1479182. OLE color: 1479182.

HSL color Cylindrical-coordinate representation of color #0E9216: hue angle of 123.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9216 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB1414622-
CMYK0.9000.850.43
HSL123.64º82.5%31.37%-
HSV(B)123.64º90.41%57.25%-
XYZ10.620.714.2-
YUV92.488.2772.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.69%
GREEN value IS 146 (57.42% from 255) = 80.22%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=7.69%
G=80.22%
B=12.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14146220.9000.850.43123.6482.531.37
HexE92165A0552B7c521f
Octal162222613201255317412237
Binary111010010010101101011010010101011010111111100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,146,22); }

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

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

 a { background-color: rgb(14,146,22); }

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

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

 span { border-color: rgb(14,146,22); }

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