Shades of Islamic Green #0FAE18
Tints of Islamic Green #0FAE18
RGB
CMYK
RGB Variations
Color information
#0FAE18 (or 0x0FAE18) is known color: Islamic Green. HEX triplet: 0F, AE and 18. RGB value is (15,174,24). Sum of RGB (Red+Green+Blue) = 15+174+24=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 174 (68.36% from 255 or 81.69% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAE18 is #F051E7. Grayscale: #6D6D6D. Windows color (decimal): -15749608 or 1617423. OLE color: 1617423.
HSL color Cylindrical-coordinate representation of color #0FAE18: hue angle of 123.4º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAE18 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 24 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.32 |
| HSL | 123.4º | 0.84% | 0.37% | - |
| HSV(B) | 123.4º | 0.91% | 0.68% | - |
| XYZ | 15.5 | 30.44 | 5.92 | - |
| YUV | 109.36 | 79.82 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 24 | 0.91 | 0 | 0.86 | 0.32 | 123.4 | 0.84 | 0.37 |
| Hex | F | AE | 18 | 5B | 0 | 56 | 20 | 7B | 54 | 25 |
| Octal | 17 | 256 | 30 | 133 | 0 | 126 | 40 | 173 | 124 | 45 |
| Binary | 1111 | 10101110 | 11000 | 1011011 | 0 | 1010110 | 100000 | 1111011 | 1010100 | 100101 |
Color Harmonies of #0FAE18
Complementary color
Monochromatic Colors of #0FAE18
Black with #0FAE18
Text Example
Text Example
White with #0FAE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE18; }
p { color: rgb(15,174,24); }
H1.HeaderClassName
{
color: #0FAE18;
}
.AnyTagClassName
{
color: #0FAE18;
}
</style>
background-color css
<style>
a { background-color: #0FAE18; }
a { background-color: rgb(15,174,24); }
div.DivClassName
{
background-color: #0FAE18;
}
.BgClassName
{
background-color: #0FAE18;
}
</style>
border-color css
<style>
span { border-color: #0FAE18; }
span { border-color: rgb(15,174,24); }
td.TdClassName
{
border-color: #0FAE18;
}
.TagClassName
{
border-color: #0FAE18;
}
</style>