#0E9168

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

Shades of Elf Green #0E9168

Tints of Elf Green #0E9168

Color information

#0E9168 (or 0x0E9168) is unknown color: approx Elf Green. HEX triplet: 0E, 91 and 68. RGB value is (14,145,104). Sum of RGB (Red+Green+Blue) = 14+145+104=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9168 is #F16E97. Grayscale: #656565. Windows color (decimal): -15822488 or 6852878. OLE color: 6852878.

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

Color convert

RGB14145104-
CMYK0.9000.280.43
HSL161.22º82.39%31.18%-
HSV(B)161.22º90.34%56.86%-
XYZ12.8121.3416.54-
YUV101.16129.665.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.32%
GREEN value IS 145 (57.03% from 255) = 55.13%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=5.32%
G=55.13%
B=39.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141451040.9000.280.43161.2282.3931.18
HexE91685A01C2Ba1521f
Octal162211501320345324112237
Binary1110100100011101000101101001110010101110100001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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