Shades of Islamic Green #0FA316
Tints of Islamic Green #0FA316
RGB
CMYK
RGB Variations
Color information
#0FA316 (or 0x0FA316) is known color: Islamic Green. HEX triplet: 0F, A3 and 16. RGB value is (15,163,22). Sum of RGB (Red+Green+Blue) = 15+163+22=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 163 (64.06% from 255 or 81.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA316 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA316 is #F05CE9. Grayscale: #676767. Windows color (decimal): -15752426 or 1483535. OLE color: 1483535.
HSL color Cylindrical-coordinate representation of color #0FA316: hue angle of 122.84º 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 #0FA316 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 22 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.36 |
| HSL | 122.84º | 0.83% | 0.35% | - |
| HSV(B) | 122.84º | 0.91% | 0.64% | - |
| XYZ | 13.44 | 26.35 | 5.14 | - |
| YUV | 102.67 | 82.47 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 22 | 0.91 | 0 | 0.87 | 0.36 | 122.84 | 0.83 | 0.35 |
| Hex | F | A3 | 16 | 5B | 0 | 57 | 24 | 7B | 53 | 23 |
| Octal | 17 | 243 | 26 | 133 | 0 | 127 | 44 | 173 | 123 | 43 |
| Binary | 1111 | 10100011 | 10110 | 1011011 | 0 | 1010111 | 100100 | 1111011 | 1010011 | 100011 |
Color Harmonies of #0FA316
Complementary color
Monochromatic Colors of #0FA316
Black with #0FA316
Text Example
Text Example
White with #0FA316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA316; }
p { color: rgb(15,163,22); }
H1.HeaderClassName
{
color: #0FA316;
}
.AnyTagClassName
{
color: #0FA316;
}
</style>
background-color css
<style>
a { background-color: #0FA316; }
a { background-color: rgb(15,163,22); }
div.DivClassName
{
background-color: #0FA316;
}
.BgClassName
{
background-color: #0FA316;
}
</style>
border-color css
<style>
span { border-color: #0FA316; }
span { border-color: rgb(15,163,22); }
td.TdClassName
{
border-color: #0FA316;
}
.TagClassName
{
border-color: #0FA316;
}
</style>