Shades of Islamic Green #0FAE15
Tints of Islamic Green #0FAE15
RGB
CMYK
RGB Variations
Color information
#0FAE15 (or 0x0FAE15) is known color: Islamic Green. HEX triplet: 0F, AE and 15. RGB value is (15,174,21). Sum of RGB (Red+Green+Blue) = 15+174+21=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 174 (68.36% from 255 or 82.86% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAE15 is #F051EA. Grayscale: #6D6D6D. Windows color (decimal): -15749611 or 1420815. OLE color: 1420815.
HSL color Cylindrical-coordinate representation of color #0FAE15: hue angle of 122.26º 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 #0FAE15 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 21 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.32 |
| HSL | 122.26º | 0.84% | 0.37% | - |
| HSV(B) | 122.26º | 0.91% | 0.68% | - |
| XYZ | 15.47 | 30.43 | 5.77 | - |
| YUV | 109.02 | 78.32 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 21 | 0.91 | 0 | 0.88 | 0.32 | 122.26 | 0.84 | 0.37 |
| Hex | F | AE | 15 | 5B | 0 | 58 | 20 | 7A | 54 | 25 |
| Octal | 17 | 256 | 25 | 133 | 0 | 130 | 40 | 172 | 124 | 45 |
| Binary | 1111 | 10101110 | 10101 | 1011011 | 0 | 1011000 | 100000 | 1111010 | 1010100 | 100101 |
Color Harmonies of #0FAE15
Complementary color
Monochromatic Colors of #0FAE15
Black with #0FAE15
Text Example
Text Example
White with #0FAE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE15; }
p { color: rgb(15,174,21); }
H1.HeaderClassName
{
color: #0FAE15;
}
.AnyTagClassName
{
color: #0FAE15;
}
</style>
background-color css
<style>
a { background-color: #0FAE15; }
a { background-color: rgb(15,174,21); }
div.DivClassName
{
background-color: #0FAE15;
}
.BgClassName
{
background-color: #0FAE15;
}
</style>
border-color css
<style>
span { border-color: #0FAE15; }
span { border-color: rgb(15,174,21); }
td.TdClassName
{
border-color: #0FAE15;
}
.TagClassName
{
border-color: #0FAE15;
}
</style>