#0F8E64

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

Shades of Elf Green #0F8E64

Tints of Elf Green #0F8E64

Color information

#0F8E64 (or 0x0F8E64) is unknown color: approx Elf Green. HEX triplet: 0F, 8E and 64. RGB value is (15,142,100). Sum of RGB (Red+Green+Blue) = 15+142+100=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 142 (55.86% from 255 or 55.25% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 142 - color contains mainly: green. Hex color #0F8E64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8E64 is #F0719B. Grayscale: #636363. Windows color (decimal): -15757724 or 6589967. OLE color: 6589967.

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

Color convert

RGB15142100-
CMYK0.8900.300.44
HSL160.16º80.89%30.78%-
HSV(B)160.16º89.44%55.69%-
XYZ12.1720.3715.35-
YUV99.24128.4267.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.84%
GREEN value IS 142 (55.86% from 255) = 55.25%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=5.84%
G=55.25%
B=38.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal151421000.8900.300.44160.1680.8930.78
HexF8E645901E2Ca0511f
Octal172161441310365424012137
Binary1111100011101100100101100101111010110010100000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,142,100); }

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

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

 a { background-color: rgb(15,142,100); }

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

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

 span { border-color: rgb(15,142,100); }

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