#0E8B62

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

Shades of Elf Green #0E8B62

Tints of Elf Green #0E8B62

Color information

#0E8B62 (or 0x0E8B62) is unknown color: approx Elf Green. HEX triplet: 0E, 8B and 62. RGB value is (14,139,98). Sum of RGB (Red+Green+Blue) = 14+139+98=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B62 is #F1749D. Grayscale: #606060. Windows color (decimal): -15824030 or 6458126. OLE color: 6458126.

HSL color Cylindrical-coordinate representation of color #0E8B62: hue angle of 160.32º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8B62 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1413998-
CMYK0.9000.290.45
HSL160.32º81.7%30%-
HSV(B)160.32º89.93%54.51%-
XYZ11.6219.4414.7-
YUV96.95128.5968.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.58%
GREEN value IS 139 (54.69% from 255) = 55.38%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=5.58%
G=55.38%
B=39.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14139980.9000.290.45160.3281.730
HexE8B625A01D2Da0521e
Octal162131421320355524012236
Binary1110100010111100010101101001110110110110100000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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