Shades of Islamic Green #0FAA09
Tints of Islamic Green #0FAA09
RGB
CMYK
RGB Variations
Color information
#0FAA09 (or 0x0FAA09) is known color: Islamic Green. HEX triplet: 0F, AA and 09. RGB value is (15,170,9). Sum of RGB (Red+Green+Blue) = 15+170+9=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 170 (66.80% from 255 or 87.63% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAA09 is #F055F6. Grayscale: #696969. Windows color (decimal): -15750647 or 633359. OLE color: 633359.
HSL color Cylindrical-coordinate representation of color #0FAA09: hue angle of 117.76º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0FAA09 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 9 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.33 |
| HSL | 117.76º | 0.9% | 0.35% | - |
| HSV(B) | 117.76º | 0.95% | 0.67% | - |
| XYZ | 14.62 | 28.87 | 5.06 | - |
| YUV | 105.3 | 73.65 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 9 | 0.91 | 0 | 0.95 | 0.33 | 117.76 | 0.9 | 0.35 |
| Hex | F | AA | 9 | 5B | 0 | 5F | 21 | 76 | 5A | 23 |
| Octal | 17 | 252 | 11 | 133 | 0 | 137 | 41 | 166 | 132 | 43 |
| Binary | 1111 | 10101010 | 1001 | 1011011 | 0 | 1011111 | 100001 | 1110110 | 1011010 | 100011 |
Color Harmonies of #0FAA09
Complementary color
Monochromatic Colors of #0FAA09
Black with #0FAA09
Text Example
Text Example
White with #0FAA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA09; }
p { color: rgb(15,170,9); }
H1.HeaderClassName
{
color: #0FAA09;
}
.AnyTagClassName
{
color: #0FAA09;
}
</style>
background-color css
<style>
a { background-color: #0FAA09; }
a { background-color: rgb(15,170,9); }
div.DivClassName
{
background-color: #0FAA09;
}
.BgClassName
{
background-color: #0FAA09;
}
</style>
border-color css
<style>
span { border-color: #0FAA09; }
span { border-color: rgb(15,170,9); }
td.TdClassName
{
border-color: #0FAA09;
}
.TagClassName
{
border-color: #0FAA09;
}
</style>