Shades of Islamic Green #0FAC0E
Tints of Islamic Green #0FAC0E
RGB
CMYK
RGB Variations
Color information
#0FAC0E (or 0x0FAC0E) is known color: Islamic Green. HEX triplet: 0F, AC and 0E. RGB value is (15,172,14). Sum of RGB (Red+Green+Blue) = 15+172+14=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 172 (67.58% from 255 or 85.57% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAC0E is #F053F1. Grayscale: #6B6B6B. Windows color (decimal): -15750130 or 961551. OLE color: 961551.
HSL color Cylindrical-coordinate representation of color #0FAC0E: 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 #0FAC0E is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 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 | 15.03 | 29.64 | 5.34 | - |
| YUV | 107.05 | 75.49 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 14 | 0.91 | 0 | 0.92 | 0.33 | 119.62 | 0.85 | 0.36 |
| Hex | F | AC | E | 5B | 0 | 5C | 21 | 78 | 55 | 24 |
| Octal | 17 | 254 | 16 | 133 | 0 | 134 | 41 | 170 | 125 | 44 |
| Binary | 1111 | 10101100 | 1110 | 1011011 | 0 | 1011100 | 100001 | 1111000 | 1010101 | 100100 |
Color Harmonies of #0FAC0E
Complementary color
Monochromatic Colors of #0FAC0E
Black with #0FAC0E
Text Example
Text Example
White with #0FAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC0E; }
p { color: rgb(15,172,14); }
H1.HeaderClassName
{
color: #0FAC0E;
}
.AnyTagClassName
{
color: #0FAC0E;
}
</style>
background-color css
<style>
a { background-color: #0FAC0E; }
a { background-color: rgb(15,172,14); }
div.DivClassName
{
background-color: #0FAC0E;
}
.BgClassName
{
background-color: #0FAC0E;
}
</style>
border-color css
<style>
span { border-color: #0FAC0E; }
span { border-color: rgb(15,172,14); }
td.TdClassName
{
border-color: #0FAC0E;
}
.TagClassName
{
border-color: #0FAC0E;
}
</style>