Shades of Islamic Green #0FA417
Tints of Islamic Green #0FA417
RGB
CMYK
RGB Variations
Color information
#0FA417 (or 0x0FA417) is known color: Islamic Green. HEX triplet: 0F, A4 and 17. RGB value is (15,164,23). Sum of RGB (Red+Green+Blue) = 15+164+23=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 164 (64.45% from 255 or 81.19% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA417 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA417 is #F05BE8. Grayscale: #676767. Windows color (decimal): -15752169 or 1549327. OLE color: 1549327.
HSL color Cylindrical-coordinate representation of color #0FA417: hue angle of 123.22º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA417 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 164 | 23 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.36 |
| HSL | 123.22º | 0.83% | 0.35% | - |
| HSV(B) | 123.22º | 0.91% | 0.64% | - |
| XYZ | 13.63 | 26.71 | 5.25 | - |
| YUV | 103.38 | 82.64 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 23 | 0.91 | 0 | 0.86 | 0.36 | 123.22 | 0.83 | 0.35 |
| Hex | F | A4 | 17 | 5B | 0 | 56 | 24 | 7B | 53 | 23 |
| Octal | 17 | 244 | 27 | 133 | 0 | 126 | 44 | 173 | 123 | 43 |
| Binary | 1111 | 10100100 | 10111 | 1011011 | 0 | 1010110 | 100100 | 1111011 | 1010011 | 100011 |
Color Harmonies of #0FA417
Complementary color
Monochromatic Colors of #0FA417
Black with #0FA417
Text Example
Text Example
White with #0FA417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA417; }
p { color: rgb(15,164,23); }
H1.HeaderClassName
{
color: #0FA417;
}
.AnyTagClassName
{
color: #0FA417;
}
</style>
background-color css
<style>
a { background-color: #0FA417; }
a { background-color: rgb(15,164,23); }
div.DivClassName
{
background-color: #0FA417;
}
.BgClassName
{
background-color: #0FA417;
}
</style>
border-color css
<style>
span { border-color: #0FA417; }
span { border-color: rgb(15,164,23); }
td.TdClassName
{
border-color: #0FA417;
}
.TagClassName
{
border-color: #0FA417;
}
</style>