Shades of Islamic Green #0FAF15
Tints of Islamic Green #0FAF15
RGB
CMYK
RGB Variations
Color information
#0FAF15 (or 0x0FAF15) is known color: Islamic Green. HEX triplet: 0F, AF and 15. RGB value is (15,175,21). Sum of RGB (Red+Green+Blue) = 15+175+21=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 175 (68.75% from 255 or 82.94% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAF15 is #F050EA. Grayscale: #6E6E6E. Windows color (decimal): -15749355 or 1421071. OLE color: 1421071.
HSL color Cylindrical-coordinate representation of color #0FAF15: hue angle of 122.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF15 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 21 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.31 |
| HSL | 122.25º | 0.84% | 0.37% | - |
| HSV(B) | 122.25º | 0.91% | 0.69% | - |
| XYZ | 15.66 | 30.82 | 5.83 | - |
| YUV | 109.6 | 77.99 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 21 | 0.91 | 0 | 0.88 | 0.31 | 122.25 | 0.84 | 0.37 |
| Hex | F | AF | 15 | 5B | 0 | 58 | 1F | 7A | 54 | 25 |
| Octal | 17 | 257 | 25 | 133 | 0 | 130 | 37 | 172 | 124 | 45 |
| Binary | 1111 | 10101111 | 10101 | 1011011 | 0 | 1011000 | 11111 | 1111010 | 1010100 | 100101 |
Color Harmonies of #0FAF15
Complementary color
Monochromatic Colors of #0FAF15
Black with #0FAF15
Text Example
Text Example
White with #0FAF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF15; }
p { color: rgb(15,175,21); }
H1.HeaderClassName
{
color: #0FAF15;
}
.AnyTagClassName
{
color: #0FAF15;
}
</style>
background-color css
<style>
a { background-color: #0FAF15; }
a { background-color: rgb(15,175,21); }
div.DivClassName
{
background-color: #0FAF15;
}
.BgClassName
{
background-color: #0FAF15;
}
</style>
border-color css
<style>
span { border-color: #0FAF15; }
span { border-color: rgb(15,175,21); }
td.TdClassName
{
border-color: #0FAF15;
}
.TagClassName
{
border-color: #0FAF15;
}
</style>