Shades of Islamic Green #0FAD0D
Tints of Islamic Green #0FAD0D
RGB
CMYK
RGB Variations
Color information
#0FAD0D (or 0x0FAD0D) is known color: Islamic Green. HEX triplet: 0F, AD and 0D. RGB value is (15,173,13). Sum of RGB (Red+Green+Blue) = 15+173+13=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 173 (67.97% from 255 or 86.07% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAD0D is #F052F2. Grayscale: #6C6C6C. Windows color (decimal): -15749875 or 896271. OLE color: 896271.
HSL color Cylindrical-coordinate representation of color #0FAD0D: hue angle of 119.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAD0D is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 13 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.32 |
| HSL | 119.25º | 0.86% | 0.36% | - |
| HSV(B) | 119.25º | 0.92% | 0.68% | - |
| XYZ | 15.21 | 30.02 | 5.37 | - |
| YUV | 107.52 | 74.65 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 13 | 0.91 | 0 | 0.92 | 0.32 | 119.25 | 0.86 | 0.36 |
| Hex | F | AD | D | 5B | 0 | 5C | 20 | 77 | 56 | 24 |
| Octal | 17 | 255 | 15 | 133 | 0 | 134 | 40 | 167 | 126 | 44 |
| Binary | 1111 | 10101101 | 1101 | 1011011 | 0 | 1011100 | 100000 | 1110111 | 1010110 | 100100 |
Color Harmonies of #0FAD0D
Complementary color
Monochromatic Colors of #0FAD0D
Black with #0FAD0D
Text Example
Text Example
White with #0FAD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD0D; }
p { color: rgb(15,173,13); }
H1.HeaderClassName
{
color: #0FAD0D;
}
.AnyTagClassName
{
color: #0FAD0D;
}
</style>
background-color css
<style>
a { background-color: #0FAD0D; }
a { background-color: rgb(15,173,13); }
div.DivClassName
{
background-color: #0FAD0D;
}
.BgClassName
{
background-color: #0FAD0D;
}
</style>
border-color css
<style>
span { border-color: #0FAD0D; }
span { border-color: rgb(15,173,13); }
td.TdClassName
{
border-color: #0FAD0D;
}
.TagClassName
{
border-color: #0FAD0D;
}
</style>