#0E876D

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

Shades of Elf Green #0E876D

Tints of Elf Green #0E876D

Color information

#0E876D (or 0x0E876D) is unknown color: approx Elf Green. HEX triplet: 0E, 87 and 6D. RGB value is (14,135,109). Sum of RGB (Red+Green+Blue) = 14+135+109=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #0E876D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E876D is #F17892. Grayscale: #5F5F5F. Windows color (decimal): -15825043 or 7177998. OLE color: 7177998.

HSL color Cylindrical-coordinate representation of color #0E876D: hue angle of 167.11º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E876D is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB14135109-
CMYK0.9000.190.47
HSL167.11º81.21%29.22%-
HSV(B)167.11º89.63%52.94%-
XYZ11.6118.5317.43-
YUV95.86135.4169.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.43%
GREEN value IS 135 (53.12% from 255) = 52.33%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=5.43%
G=52.33%
B=42.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal141351090.9000.190.47167.1181.2129.22
HexE876D5A0132Fa7511d
Octal162071551320235724712135
Binary1110100001111101101101101001001110111110100111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,135,109); }

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

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

 a { background-color: rgb(14,135,109); }

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

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

 span { border-color: rgb(14,135,109); }

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