Shades of Elf Green #0F9469
Tints of Elf Green #0F9469
RGB
CMYK
RGB Variations
Color information
#0F9469 (or 0x0F9469) is known color: Elf Green. HEX triplet: 0F, 94 and 69. RGB value is (15,148,105). Sum of RGB (Red+Green+Blue) = 15+148+105=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #0F9469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9469 is #F06B96. Grayscale: #676767. Windows color (decimal): -15756183 or 6919183. OLE color: 6919183.
HSL color Cylindrical-coordinate representation of color #0F9469: hue angle of 160.6º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9469 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 105 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.42 |
| HSL | 160.6º | 0.82% | 0.32% | - |
| HSV(B) | 160.6º | 0.9% | 0.58% | - |
| XYZ | 13.34 | 22.3 | 16.97 | - |
| YUV | 103.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 105 | 0.90 | 0 | 0.29 | 0.42 | 160.6 | 0.82 | 0.32 |
| Hex | F | 94 | 69 | 5A | 0 | 1D | 2A | A1 | 52 | 20 |
| Octal | 17 | 224 | 151 | 132 | 0 | 35 | 52 | 241 | 122 | 40 |
| Binary | 1111 | 10010100 | 1101001 | 1011010 | 0 | 11101 | 101010 | 10100001 | 1010010 | 100000 |
Color Harmonies of #0F9469
Complementary color
Monochromatic Colors of #0F9469
Black with #0F9469
Text Example
Text Example
White with #0F9469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9469; }
p { color: rgb(15,148,105); }
H1.HeaderClassName
{
color: #0F9469;
}
.AnyTagClassName
{
color: #0F9469;
}
</style>
background-color css
<style>
a { background-color: #0F9469; }
a { background-color: rgb(15,148,105); }
div.DivClassName
{
background-color: #0F9469;
}
.BgClassName
{
background-color: #0F9469;
}
</style>
border-color css
<style>
span { border-color: #0F9469; }
span { border-color: rgb(15,148,105); }
td.TdClassName
{
border-color: #0F9469;
}
.TagClassName
{
border-color: #0F9469;
}
</style>