#0F8F60

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

Shades of Elf Green #0F8F60

Tints of Elf Green #0F8F60

Color information

#0F8F60 (or 0x0F8F60) is unknown color: approx Elf Green. HEX triplet: 0F, 8F and 60. RGB value is (15,143,96). Sum of RGB (Red+Green+Blue) = 15+143+96=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 143 (56.25% from 255 or 56.30% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 143 - color contains mainly: green. Hex color #0F8F60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8F60 is #F0709F. Grayscale: #636363. Windows color (decimal): -15757472 or 6328079. OLE color: 6328079.

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

Color convert

RGB1514396-
CMYK0.9000.330.44
HSL157.97º81.01%30.98%-
HSV(B)157.97º89.51%56.08%-
XYZ12.1320.5914.4-
YUV99.37126.0967.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.91%
GREEN value IS 143 (56.25% from 255) = 56.30%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=5.91%
G=56.30%
B=37.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15143960.9000.330.44157.9781.0130.98
HexF8F605A0212C9e511f
Octal172171401320415423612137
Binary11111000111111000001011010010000110110010011110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,143,96); }

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

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

 a { background-color: rgb(15,143,96); }

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

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

 span { border-color: rgb(15,143,96); }

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