Shades of Elf Green #0F9769
Tints of Elf Green #0F9769
RGB
CMYK
RGB Variations
Color information
#0F9769 (or 0x0F9769) is known color: Elf Green. HEX triplet: 0F, 97 and 69. RGB value is (15,151,105). Sum of RGB (Red+Green+Blue) = 15+151+105=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9769 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9769 is #F06896. Grayscale: #696969. Windows color (decimal): -15755415 or 6919951. OLE color: 6919951.
HSL color Cylindrical-coordinate representation of color #0F9769: hue angle of 159.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9769 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 105 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.41 |
| HSL | 159.71º | 0.82% | 0.33% | - |
| HSV(B) | 159.71º | 0.9% | 0.59% | - |
| XYZ | 13.81 | 23.25 | 17.13 | - |
| YUV | 105.09 | 127.94 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 105 | 0.90 | 0 | 0.30 | 0.41 | 159.71 | 0.82 | 0.33 |
| Hex | F | 97 | 69 | 5A | 0 | 1E | 29 | A0 | 52 | 21 |
| Octal | 17 | 227 | 151 | 132 | 0 | 36 | 51 | 240 | 122 | 41 |
| Binary | 1111 | 10010111 | 1101001 | 1011010 | 0 | 11110 | 101001 | 10100000 | 1010010 | 100001 |
Color Harmonies of #0F9769
Complementary color
Monochromatic Colors of #0F9769
Black with #0F9769
Text Example
Text Example
White with #0F9769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9769; }
p { color: rgb(15,151,105); }
H1.HeaderClassName
{
color: #0F9769;
}
.AnyTagClassName
{
color: #0F9769;
}
</style>
background-color css
<style>
a { background-color: #0F9769; }
a { background-color: rgb(15,151,105); }
div.DivClassName
{
background-color: #0F9769;
}
.BgClassName
{
background-color: #0F9769;
}
</style>
border-color css
<style>
span { border-color: #0F9769; }
span { border-color: rgb(15,151,105); }
td.TdClassName
{
border-color: #0F9769;
}
.TagClassName
{
border-color: #0F9769;
}
</style>