Shades of Islamic Green #0FAA0E
Tints of Islamic Green #0FAA0E
RGB
CMYK
RGB Variations
Color information
#0FAA0E (or 0x0FAA0E) is known color: Islamic Green. HEX triplet: 0F, AA and 0E. RGB value is (15,170,14). Sum of RGB (Red+Green+Blue) = 15+170+14=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 170 (66.80% from 255 or 85.43% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAA0E is #F055F1. Grayscale: #6A6A6A. Windows color (decimal): -15750642 or 961039. OLE color: 961039.
HSL color Cylindrical-coordinate representation of color #0FAA0E: hue angle of 119.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAA0E is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 14 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.33 |
| HSL | 119.62º | 0.85% | 0.36% | - |
| HSV(B) | 119.62º | 0.92% | 0.67% | - |
| XYZ | 14.65 | 28.88 | 5.22 | - |
| YUV | 105.87 | 76.15 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 14 | 0.91 | 0 | 0.92 | 0.33 | 119.62 | 0.85 | 0.36 |
| Hex | F | AA | E | 5B | 0 | 5C | 21 | 78 | 55 | 24 |
| Octal | 17 | 252 | 16 | 133 | 0 | 134 | 41 | 170 | 125 | 44 |
| Binary | 1111 | 10101010 | 1110 | 1011011 | 0 | 1011100 | 100001 | 1111000 | 1010101 | 100100 |
Color Harmonies of #0FAA0E
Complementary color
Monochromatic Colors of #0FAA0E
Black with #0FAA0E
Text Example
Text Example
White with #0FAA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA0E; }
p { color: rgb(15,170,14); }
H1.HeaderClassName
{
color: #0FAA0E;
}
.AnyTagClassName
{
color: #0FAA0E;
}
</style>
background-color css
<style>
a { background-color: #0FAA0E; }
a { background-color: rgb(15,170,14); }
div.DivClassName
{
background-color: #0FAA0E;
}
.BgClassName
{
background-color: #0FAA0E;
}
</style>
border-color css
<style>
span { border-color: #0FAA0E; }
span { border-color: rgb(15,170,14); }
td.TdClassName
{
border-color: #0FAA0E;
}
.TagClassName
{
border-color: #0FAA0E;
}
</style>