Shades of Elf Green #0F905F
Tints of Elf Green #0F905F
RGB
CMYK
RGB Variations
Color information
#0F905F (or 0x0F905F) is known color: Elf Green. HEX triplet: 0F, 90 and 5F. RGB value is (15,144,95). Sum of RGB (Red+Green+Blue) = 15+144+95=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #0F905F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F905F is #F06FA0. Grayscale: #636363. Windows color (decimal): -15757217 or 6262799. OLE color: 6262799.
HSL color Cylindrical-coordinate representation of color #0F905F: hue angle of 157.21º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F905F is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 144 | 95 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.44 |
| HSL | 157.21º | 0.81% | 0.31% | - |
| HSV(B) | 157.21º | 0.9% | 0.56% | - |
| XYZ | 12.24 | 20.87 | 14.21 | - |
| YUV | 99.84 | 125.26 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 95 | 0.90 | 0 | 0.34 | 0.44 | 157.21 | 0.81 | 0.31 |
| Hex | F | 90 | 5F | 5A | 0 | 22 | 2C | 9D | 51 | 1F |
| Octal | 17 | 220 | 137 | 132 | 0 | 42 | 54 | 235 | 121 | 37 |
| Binary | 1111 | 10010000 | 1011111 | 1011010 | 0 | 100010 | 101100 | 10011101 | 1010001 | 11111 |
Color Harmonies of #0F905F
Complementary color
Monochromatic Colors of #0F905F
Black with #0F905F
Text Example
Text Example
White with #0F905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F905F; }
p { color: rgb(15,144,95); }
H1.HeaderClassName
{
color: #0F905F;
}
.AnyTagClassName
{
color: #0F905F;
}
</style>
background-color css
<style>
a { background-color: #0F905F; }
a { background-color: rgb(15,144,95); }
div.DivClassName
{
background-color: #0F905F;
}
.BgClassName
{
background-color: #0F905F;
}
</style>
border-color css
<style>
span { border-color: #0F905F; }
span { border-color: rgb(15,144,95); }
td.TdClassName
{
border-color: #0F905F;
}
.TagClassName
{
border-color: #0F905F;
}
</style>