Shades of Elf Green #0F9467
Tints of Elf Green #0F9467
RGB
CMYK
RGB Variations
Color information
#0F9467 (or 0x0F9467) is known color: Elf Green. HEX triplet: 0F, 94 and 67. RGB value is (15,148,103). Sum of RGB (Red+Green+Blue) = 15+148+103=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #0F9467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9467 is #F06B98. Grayscale: #676767. Windows color (decimal): -15756185 or 6788111. OLE color: 6788111.
HSL color Cylindrical-coordinate representation of color #0F9467: hue angle of 159.7º 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 #0F9467 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 103 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.42 |
| HSL | 159.7º | 0.82% | 0.32% | - |
| HSV(B) | 159.7º | 0.9% | 0.58% | - |
| XYZ | 13.24 | 22.26 | 16.43 | - |
| YUV | 103.1 | 127.94 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 103 | 0.90 | 0 | 0.30 | 0.42 | 159.7 | 0.82 | 0.32 |
| Hex | F | 94 | 67 | 5A | 0 | 1E | 2A | A0 | 52 | 20 |
| Octal | 17 | 224 | 147 | 132 | 0 | 36 | 52 | 240 | 122 | 40 |
| Binary | 1111 | 10010100 | 1100111 | 1011010 | 0 | 11110 | 101010 | 10100000 | 1010010 | 100000 |
Color Harmonies of #0F9467
Complementary color
Monochromatic Colors of #0F9467
Black with #0F9467
Text Example
Text Example
White with #0F9467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9467; }
p { color: rgb(15,148,103); }
H1.HeaderClassName
{
color: #0F9467;
}
.AnyTagClassName
{
color: #0F9467;
}
</style>
background-color css
<style>
a { background-color: #0F9467; }
a { background-color: rgb(15,148,103); }
div.DivClassName
{
background-color: #0F9467;
}
.BgClassName
{
background-color: #0F9467;
}
</style>
border-color css
<style>
span { border-color: #0F9467; }
span { border-color: rgb(15,148,103); }
td.TdClassName
{
border-color: #0F9467;
}
.TagClassName
{
border-color: #0F9467;
}
</style>