Shades of Islamic Green #0FAC13
Tints of Islamic Green #0FAC13
RGB
CMYK
RGB Variations
Color information
#0FAC13 (or 0x0FAC13) is known color: Islamic Green. HEX triplet: 0F, AC and 13. RGB value is (15,172,19). Sum of RGB (Red+Green+Blue) = 15+172+19=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 172 (67.58% from 255 or 83.50% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAC13 is #F053EC. Grayscale: #6C6C6C. Windows color (decimal): -15750125 or 1289231. OLE color: 1289231.
HSL color Cylindrical-coordinate representation of color #0FAC13: hue angle of 121.53º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC13 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 19 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.33 |
| HSL | 121.53º | 0.84% | 0.37% | - |
| HSV(B) | 121.53º | 0.91% | 0.67% | - |
| XYZ | 15.07 | 29.65 | 5.55 | - |
| YUV | 107.62 | 77.99 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 19 | 0.91 | 0 | 0.89 | 0.33 | 121.53 | 0.84 | 0.37 |
| Hex | F | AC | 13 | 5B | 0 | 59 | 21 | 7A | 54 | 25 |
| Octal | 17 | 254 | 23 | 133 | 0 | 131 | 41 | 172 | 124 | 45 |
| Binary | 1111 | 10101100 | 10011 | 1011011 | 0 | 1011001 | 100001 | 1111010 | 1010100 | 100101 |
Color Harmonies of #0FAC13
Complementary color
Monochromatic Colors of #0FAC13
Black with #0FAC13
Text Example
Text Example
White with #0FAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC13; }
p { color: rgb(15,172,19); }
H1.HeaderClassName
{
color: #0FAC13;
}
.AnyTagClassName
{
color: #0FAC13;
}
</style>
background-color css
<style>
a { background-color: #0FAC13; }
a { background-color: rgb(15,172,19); }
div.DivClassName
{
background-color: #0FAC13;
}
.BgClassName
{
background-color: #0FAC13;
}
</style>
border-color css
<style>
span { border-color: #0FAC13; }
span { border-color: rgb(15,172,19); }
td.TdClassName
{
border-color: #0FAC13;
}
.TagClassName
{
border-color: #0FAC13;
}
</style>