Shades of Islamic Green #0FAA14
Tints of Islamic Green #0FAA14
RGB
CMYK
RGB Variations
Color information
#0FAA14 (or 0x0FAA14) is known color: Islamic Green. HEX triplet: 0F, AA and 14. RGB value is (15,170,20). Sum of RGB (Red+Green+Blue) = 15+170+20=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 170 (66.80% from 255 or 82.93% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAA14 is #F055EB. Grayscale: #6B6B6B. Windows color (decimal): -15750636 or 1354255. OLE color: 1354255.
HSL color Cylindrical-coordinate representation of color #0FAA14: hue angle of 121.94º 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 #0FAA14 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 20 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.33 |
| HSL | 121.94º | 0.84% | 0.36% | - |
| HSV(B) | 121.94º | 0.91% | 0.67% | - |
| XYZ | 14.7 | 28.9 | 5.47 | - |
| YUV | 106.56 | 79.15 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 20 | 0.91 | 0 | 0.88 | 0.33 | 121.94 | 0.84 | 0.36 |
| Hex | F | AA | 14 | 5B | 0 | 58 | 21 | 7A | 54 | 24 |
| Octal | 17 | 252 | 24 | 133 | 0 | 130 | 41 | 172 | 124 | 44 |
| Binary | 1111 | 10101010 | 10100 | 1011011 | 0 | 1011000 | 100001 | 1111010 | 1010100 | 100100 |
Color Harmonies of #0FAA14
Complementary color
Monochromatic Colors of #0FAA14
Black with #0FAA14
Text Example
Text Example
White with #0FAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA14; }
p { color: rgb(15,170,20); }
H1.HeaderClassName
{
color: #0FAA14;
}
.AnyTagClassName
{
color: #0FAA14;
}
</style>
background-color css
<style>
a { background-color: #0FAA14; }
a { background-color: rgb(15,170,20); }
div.DivClassName
{
background-color: #0FAA14;
}
.BgClassName
{
background-color: #0FAA14;
}
</style>
border-color css
<style>
span { border-color: #0FAA14; }
span { border-color: rgb(15,170,20); }
td.TdClassName
{
border-color: #0FAA14;
}
.TagClassName
{
border-color: #0FAA14;
}
</style>