Shades of Islamic Green #0FAC01
Tints of Islamic Green #0FAC01
RGB
CMYK
RGB Variations
Color information
#0FAC01 (or 0x0FAC01) is known color: Islamic Green. HEX triplet: 0F, AC and 01. RGB value is (15,172,1). Sum of RGB (Red+Green+Blue) = 15+172+1=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 172 (67.58% from 255 or 91.49% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAC01 is #F053FE. Grayscale: #6A6A6A. Windows color (decimal): -15750143 or 109583. OLE color: 109583.
HSL color Cylindrical-coordinate representation of color #0FAC01: hue angle of 115.09º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FAC01 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.33 |
| HSL | 115.09º | 0.99% | 0.34% | - |
| HSV(B) | 115.09º | 0.99% | 0.67% | - |
| XYZ | 14.96 | 29.61 | 4.96 | - |
| YUV | 105.56 | 68.99 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 1 | 0.91 | 0 | 0.99 | 0.33 | 115.09 | 0.99 | 0.34 |
| Hex | F | AC | 1 | 5B | 0 | 63 | 21 | 73 | 63 | 22 |
| Octal | 17 | 254 | 1 | 133 | 0 | 143 | 41 | 163 | 143 | 42 |
| Binary | 1111 | 10101100 | 1 | 1011011 | 0 | 1100011 | 100001 | 1110011 | 1100011 | 100010 |
Color Harmonies of #0FAC01
Complementary color
Monochromatic Colors of #0FAC01
Black with #0FAC01
Text Example
Text Example
White with #0FAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC01; }
p { color: rgb(15,172,1); }
H1.HeaderClassName
{
color: #0FAC01;
}
.AnyTagClassName
{
color: #0FAC01;
}
</style>
background-color css
<style>
a { background-color: #0FAC01; }
a { background-color: rgb(15,172,1); }
div.DivClassName
{
background-color: #0FAC01;
}
.BgClassName
{
background-color: #0FAC01;
}
</style>
border-color css
<style>
span { border-color: #0FAC01; }
span { border-color: rgb(15,172,1); }
td.TdClassName
{
border-color: #0FAC01;
}
.TagClassName
{
border-color: #0FAC01;
}
</style>