Shades of Elf Green #0F8D6C
Tints of Elf Green #0F8D6C
RGB
CMYK
RGB Variations
Color information
#0F8D6C (or 0x0F8D6C) is known color: Elf Green. HEX triplet: 0F, 8D and 6C. RGB value is (15,141,108). Sum of RGB (Red+Green+Blue) = 15+141+108=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8D6C is #F07293. Grayscale: #636363. Windows color (decimal): -15757972 or 7113999. OLE color: 7113999.
HSL color Cylindrical-coordinate representation of color #0F8D6C: hue angle of 164.29º 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 #0F8D6C is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 141 | 108 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.45 |
| HSL | 164.29º | 0.81% | 0.31% | - |
| HSV(B) | 164.29º | 0.89% | 0.55% | - |
| XYZ | 12.43 | 20.23 | 17.44 | - |
| YUV | 99.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 141 | 108 | 0.89 | 0 | 0.23 | 0.45 | 164.29 | 0.81 | 0.31 |
| Hex | F | 8D | 6C | 59 | 0 | 17 | 2D | A4 | 51 | 1F |
| Octal | 17 | 215 | 154 | 131 | 0 | 27 | 55 | 244 | 121 | 37 |
| Binary | 1111 | 10001101 | 1101100 | 1011001 | 0 | 10111 | 101101 | 10100100 | 1010001 | 11111 |
Color Harmonies of #0F8D6C
Complementary color
Monochromatic Colors of #0F8D6C
Black with #0F8D6C
Text Example
Text Example
White with #0F8D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8D6C; }
p { color: rgb(15,141,108); }
H1.HeaderClassName
{
color: #0F8D6C;
}
.AnyTagClassName
{
color: #0F8D6C;
}
</style>
background-color css
<style>
a { background-color: #0F8D6C; }
a { background-color: rgb(15,141,108); }
div.DivClassName
{
background-color: #0F8D6C;
}
.BgClassName
{
background-color: #0F8D6C;
}
</style>
border-color css
<style>
span { border-color: #0F8D6C; }
span { border-color: rgb(15,141,108); }
td.TdClassName
{
border-color: #0F8D6C;
}
.TagClassName
{
border-color: #0F8D6C;
}
</style>