Shades of Elf Green #0F8B6C
Tints of Elf Green #0F8B6C
RGB
CMYK
RGB Variations
Color information
#0F8B6C (or 0x0F8B6C) is known color: Elf Green. HEX triplet: 0F, 8B and 6C. RGB value is (15,139,108). Sum of RGB (Red+Green+Blue) = 15+139+108=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8B6C is #F07493. Grayscale: #626262. Windows color (decimal): -15758484 or 7113487. OLE color: 7113487.
HSL color Cylindrical-coordinate representation of color #0F8B6C: hue angle of 165º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8B6C is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 139 | 108 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.45 |
| HSL | 165º | 0.81% | 0.3% | - |
| HSV(B) | 165º | 0.89% | 0.55% | - |
| XYZ | 12.14 | 19.65 | 17.34 | - |
| YUV | 98.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 139 | 108 | 0.89 | 0 | 0.22 | 0.45 | 165 | 0.81 | 0.3 |
| Hex | F | 8B | 6C | 59 | 0 | 16 | 2D | A5 | 51 | 1E |
| Octal | 17 | 213 | 154 | 131 | 0 | 26 | 55 | 245 | 121 | 36 |
| Binary | 1111 | 10001011 | 1101100 | 1011001 | 0 | 10110 | 101101 | 10100101 | 1010001 | 11110 |
Color Harmonies of #0F8B6C
Complementary color
Monochromatic Colors of #0F8B6C
Black with #0F8B6C
Text Example
Text Example
White with #0F8B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8B6C; }
p { color: rgb(15,139,108); }
H1.HeaderClassName
{
color: #0F8B6C;
}
.AnyTagClassName
{
color: #0F8B6C;
}
</style>
background-color css
<style>
a { background-color: #0F8B6C; }
a { background-color: rgb(15,139,108); }
div.DivClassName
{
background-color: #0F8B6C;
}
.BgClassName
{
background-color: #0F8B6C;
}
</style>
border-color css
<style>
span { border-color: #0F8B6C; }
span { border-color: rgb(15,139,108); }
td.TdClassName
{
border-color: #0F8B6C;
}
.TagClassName
{
border-color: #0F8B6C;
}
</style>