Shades of Islamic Green #0FAC10
Tints of Islamic Green #0FAC10
RGB
CMYK
RGB Variations
Color information
#0FAC10 (or 0x0FAC10) is known color: Islamic Green. HEX triplet: 0F, AC and 10. RGB value is (15,172,16). Sum of RGB (Red+Green+Blue) = 15+172+16=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 172 (67.58% from 255 or 84.73% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAC10 is #F053EF. Grayscale: #6B6B6B. Windows color (decimal): -15750128 or 1092623. OLE color: 1092623.
HSL color Cylindrical-coordinate representation of color #0FAC10: hue angle of 120.38º 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 #0FAC10 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 16 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.33 |
| HSL | 120.38º | 0.84% | 0.37% | - |
| HSV(B) | 120.38º | 0.91% | 0.67% | - |
| XYZ | 15.04 | 29.64 | 5.42 | - |
| YUV | 107.27 | 76.49 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 16 | 0.91 | 0 | 0.91 | 0.33 | 120.38 | 0.84 | 0.37 |
| Hex | F | AC | 10 | 5B | 0 | 5B | 21 | 78 | 54 | 25 |
| Octal | 17 | 254 | 20 | 133 | 0 | 133 | 41 | 170 | 124 | 45 |
| Binary | 1111 | 10101100 | 10000 | 1011011 | 0 | 1011011 | 100001 | 1111000 | 1010100 | 100101 |
Color Harmonies of #0FAC10
Complementary color
Monochromatic Colors of #0FAC10
Black with #0FAC10
Text Example
Text Example
White with #0FAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC10; }
p { color: rgb(15,172,16); }
H1.HeaderClassName
{
color: #0FAC10;
}
.AnyTagClassName
{
color: #0FAC10;
}
</style>
background-color css
<style>
a { background-color: #0FAC10; }
a { background-color: rgb(15,172,16); }
div.DivClassName
{
background-color: #0FAC10;
}
.BgClassName
{
background-color: #0FAC10;
}
</style>
border-color css
<style>
span { border-color: #0FAC10; }
span { border-color: rgb(15,172,16); }
td.TdClassName
{
border-color: #0FAC10;
}
.TagClassName
{
border-color: #0FAC10;
}
</style>