#0E9126

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

Shades of Forest Green #0E9126

Tints of Forest Green #0E9126

Color information

#0E9126 (or 0x0E9126) is unknown color: approx Forest Green. HEX triplet: 0E, 91 and 26. RGB value is (14,145,38). Sum of RGB (Red+Green+Blue) = 14+145+38=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 145 (57.03% from 255 or 73.60% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9126 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9126 is #F16ED9. Grayscale: #5D5D5D. Windows color (decimal): -15822554 or 2527502. OLE color: 2527502.

HSL color Cylindrical-coordinate representation of color #0E9126: hue angle of 130.99º 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 #0E9126 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB1414538-
CMYK0.9000.740.43
HSL130.99º82.39%31.18%-
HSV(B)130.99º90.34%56.86%-
XYZ10.6620.485.23-
YUV93.6396.671.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.11%
GREEN value IS 145 (57.03% from 255) = 73.60%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=7.11%
G=73.60%
B=19.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14145380.9000.740.43130.9982.3931.18
HexE91265A04A2B83521f
Octal162214613201125320312237
Binary11101001000110011010110100100101010101110000011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,145,38); }

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

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

 a { background-color: rgb(14,145,38); }

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

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

 span { border-color: rgb(14,145,38); }

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