#0E9062

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

Shades of Elf Green #0E9062

Tints of Elf Green #0E9062

Color information

#0E9062 (or 0x0E9062) is unknown color: approx Elf Green. HEX triplet: 0E, 90 and 62. RGB value is (14,144,98). Sum of RGB (Red+Green+Blue) = 14+144+98=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9062 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9062 is #F16F9D. Grayscale: #636363. Windows color (decimal): -15822750 or 6459406. OLE color: 6459406.

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

Color convert

RGB1414498-
CMYK0.9000.320.44
HSL158.77º82.28%30.98%-
HSV(B)158.77º90.28%56.47%-
XYZ12.3620.9214.94-
YUV99.89126.9366.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.47%
GREEN value IS 144 (56.64% from 255) = 56.25%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=5.47%
G=56.25%
B=38.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14144980.9000.320.44158.7782.2830.98
HexE90625A0202C9f521f
Octal162201421320405423712237
Binary11101001000011000101011010010000010110010011111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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