#0F8D62

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

Shades of Elf Green #0F8D62

Tints of Elf Green #0F8D62

Color information

#0F8D62 (or 0x0F8D62) is unknown color: approx Elf Green. HEX triplet: 0F, 8D and 62. RGB value is (15,141,98). Sum of RGB (Red+Green+Blue) = 15+141+98=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8D62 is #F0729D. Grayscale: #626262. Windows color (decimal): -15757982 or 6458639. OLE color: 6458639.

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

Color convert

RGB1514198-
CMYK0.8900.300.45
HSL159.52º80.77%30.59%-
HSV(B)159.52º89.36%55.29%-
XYZ11.9320.0314.79-
YUV98.42127.7668.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.91%
GREEN value IS 141 (55.47% from 255) = 55.51%
BLUE value IS 98 (38.67% from 255) = 38.58%
R=5.91%
G=55.51%
B=38.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15141980.8900.300.45159.5280.7730.59
HexF8D625901E2Da0511f
Octal172151421310365524012137
Binary1111100011011100010101100101111010110110100000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,141,98); }

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

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

 a { background-color: rgb(15,141,98); }

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

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

 span { border-color: rgb(15,141,98); }

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