Shades of Islamic Green #0FAD13
Tints of Islamic Green #0FAD13
RGB
CMYK
RGB Variations
Color information
#0FAD13 (or 0x0FAD13) is known color: Islamic Green. HEX triplet: 0F, AD and 13. RGB value is (15,173,19). Sum of RGB (Red+Green+Blue) = 15+173+19=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 173 (67.97% from 255 or 83.57% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAD13 is #F052EC. Grayscale: #6C6C6C. Windows color (decimal): -15749869 or 1289487. OLE color: 1289487.
HSL color Cylindrical-coordinate representation of color #0FAD13: hue angle of 121.52º 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 #0FAD13 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 19 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.32 |
| HSL | 121.52º | 0.84% | 0.37% | - |
| HSV(B) | 121.52º | 0.91% | 0.68% | - |
| XYZ | 15.26 | 30.04 | 5.61 | - |
| YUV | 108.2 | 77.65 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 19 | 0.91 | 0 | 0.89 | 0.32 | 121.52 | 0.84 | 0.37 |
| Hex | F | AD | 13 | 5B | 0 | 59 | 20 | 7A | 54 | 25 |
| Octal | 17 | 255 | 23 | 133 | 0 | 131 | 40 | 172 | 124 | 45 |
| Binary | 1111 | 10101101 | 10011 | 1011011 | 0 | 1011001 | 100000 | 1111010 | 1010100 | 100101 |
Color Harmonies of #0FAD13
Complementary color
Monochromatic Colors of #0FAD13
Black with #0FAD13
Text Example
Text Example
White with #0FAD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD13; }
p { color: rgb(15,173,19); }
H1.HeaderClassName
{
color: #0FAD13;
}
.AnyTagClassName
{
color: #0FAD13;
}
</style>
background-color css
<style>
a { background-color: #0FAD13; }
a { background-color: rgb(15,173,19); }
div.DivClassName
{
background-color: #0FAD13;
}
.BgClassName
{
background-color: #0FAD13;
}
</style>
border-color css
<style>
span { border-color: #0FAD13; }
span { border-color: rgb(15,173,19); }
td.TdClassName
{
border-color: #0FAD13;
}
.TagClassName
{
border-color: #0FAD13;
}
</style>