#0E9064

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

Shades of Elf Green #0E9064

Tints of Elf Green #0E9064

Color information

#0E9064 (or 0x0E9064) is unknown color: approx Elf Green. HEX triplet: 0E, 90 and 64. RGB value is (14,144,100). Sum of RGB (Red+Green+Blue) = 14+144+100=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9064 is #F16F9B. Grayscale: #646464. Windows color (decimal): -15822748 or 6590478. OLE color: 6590478.

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

Color convert

RGB14144100-
CMYK0.9000.310.44
HSL159.69º82.28%30.98%-
HSV(B)159.69º90.28%56.47%-
XYZ12.4520.9615.45-
YUV100.11127.9366.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.43%
GREEN value IS 144 (56.64% from 255) = 55.81%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=5.43%
G=55.81%
B=38.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141441000.9000.310.44159.6982.2830.98
HexE90645A01F2Ca0521f
Octal162201441320375424012237
Binary1110100100001100100101101001111110110010100000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,144,100); }

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

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

 a { background-color: rgb(14,144,100); }

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

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

 span { border-color: rgb(14,144,100); }

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