Shades of Islamic Green #0FAA12
Tints of Islamic Green #0FAA12
RGB
CMYK
RGB Variations
Color information
#0FAA12 (or 0x0FAA12) is known color: Islamic Green. HEX triplet: 0F, AA and 12. RGB value is (15,170,18). Sum of RGB (Red+Green+Blue) = 15+170+18=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 170 (66.80% from 255 or 83.74% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAA12 is #F055ED. Grayscale: #6A6A6A. Windows color (decimal): -15750638 or 1223183. OLE color: 1223183.
HSL color Cylindrical-coordinate representation of color #0FAA12: hue angle of 121.16º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA12 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 18 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.33 |
| HSL | 121.16º | 0.84% | 0.36% | - |
| HSV(B) | 121.16º | 0.91% | 0.67% | - |
| XYZ | 14.68 | 28.89 | 5.38 | - |
| YUV | 106.33 | 78.15 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 18 | 0.91 | 0 | 0.89 | 0.33 | 121.16 | 0.84 | 0.36 |
| Hex | F | AA | 12 | 5B | 0 | 59 | 21 | 79 | 54 | 24 |
| Octal | 17 | 252 | 22 | 133 | 0 | 131 | 41 | 171 | 124 | 44 |
| Binary | 1111 | 10101010 | 10010 | 1011011 | 0 | 1011001 | 100001 | 1111001 | 1010100 | 100100 |
Color Harmonies of #0FAA12
Complementary color
Monochromatic Colors of #0FAA12
Black with #0FAA12
Text Example
Text Example
White with #0FAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA12; }
p { color: rgb(15,170,18); }
H1.HeaderClassName
{
color: #0FAA12;
}
.AnyTagClassName
{
color: #0FAA12;
}
</style>
background-color css
<style>
a { background-color: #0FAA12; }
a { background-color: rgb(15,170,18); }
div.DivClassName
{
background-color: #0FAA12;
}
.BgClassName
{
background-color: #0FAA12;
}
</style>
border-color css
<style>
span { border-color: #0FAA12; }
span { border-color: rgb(15,170,18); }
td.TdClassName
{
border-color: #0FAA12;
}
.TagClassName
{
border-color: #0FAA12;
}
</style>