Shades of Islamic Green #0FAE0E
Tints of Islamic Green #0FAE0E
RGB
CMYK
RGB Variations
Color information
#0FAE0E (or 0x0FAE0E) is known color: Islamic Green. HEX triplet: 0F, AE and 0E. RGB value is (15,174,14). Sum of RGB (Red+Green+Blue) = 15+174+14=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 174 (68.36% from 255 or 85.71% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAE0E is #F051F1. Grayscale: #6C6C6C. Windows color (decimal): -15749618 or 962063. OLE color: 962063.
HSL color Cylindrical-coordinate representation of color #0FAE0E: hue angle of 119.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAE0E is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 14 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.32 |
| HSL | 119.63º | 0.85% | 0.37% | - |
| HSV(B) | 119.63º | 0.92% | 0.68% | - |
| XYZ | 15.41 | 30.41 | 5.47 | - |
| YUV | 108.22 | 74.82 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 14 | 0.91 | 0 | 0.92 | 0.32 | 119.63 | 0.85 | 0.37 |
| Hex | F | AE | E | 5B | 0 | 5C | 20 | 78 | 55 | 25 |
| Octal | 17 | 256 | 16 | 133 | 0 | 134 | 40 | 170 | 125 | 45 |
| Binary | 1111 | 10101110 | 1110 | 1011011 | 0 | 1011100 | 100000 | 1111000 | 1010101 | 100101 |
Color Harmonies of #0FAE0E
Complementary color
Monochromatic Colors of #0FAE0E
Black with #0FAE0E
Text Example
Text Example
White with #0FAE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE0E; }
p { color: rgb(15,174,14); }
H1.HeaderClassName
{
color: #0FAE0E;
}
.AnyTagClassName
{
color: #0FAE0E;
}
</style>
background-color css
<style>
a { background-color: #0FAE0E; }
a { background-color: rgb(15,174,14); }
div.DivClassName
{
background-color: #0FAE0E;
}
.BgClassName
{
background-color: #0FAE0E;
}
</style>
border-color css
<style>
span { border-color: #0FAE0E; }
span { border-color: rgb(15,174,14); }
td.TdClassName
{
border-color: #0FAE0E;
}
.TagClassName
{
border-color: #0FAE0E;
}
</style>