#0e8b65

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

Shades of Elf Green #0E8B65

Tints of Elf Green #0E8B65

Color information

#0E8B65 (or 0x0E8B65) is unknown color: approx Elf Green. HEX triplet: 0E, 8B and 65. RGB value is (14,139,101). Sum of RGB (Red+Green+Blue) = 14+139+101=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 139 (54.69% from 255 or 54.72% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B65 is #F1749A. Grayscale: #616161. Windows color (decimal): -15824027 or 6654734. OLE color: 6654734.

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

Color convert

RGB14139101-
CMYK0.9000.270.45
HSL161.76º81.7%30%-
HSV(B)161.76º89.93%54.51%-
XYZ11.7619.515.46-
YUV97.29130.0968.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.51%
GREEN value IS 139 (54.69% from 255) = 54.72%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=5.51%
G=54.72%
B=39.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141391010.9000.270.45161.7681.730
HexE8B655A01B2Da2521e
Octal162131451320335524212236
Binary1110100010111100101101101001101110110110100010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e8b65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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