Shades of Islamic Green #0FA006
Tints of Islamic Green #0FA006
RGB
CMYK
RGB Variations
Color information
#0FA006 (or 0x0FA006) is known color: Islamic Green. HEX triplet: 0F, A0 and 06. RGB value is (15,160,6). Sum of RGB (Red+Green+Blue) = 15+160+6=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 160 (62.89% from 255 or 88.40% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA006 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA006 is #F05FF9. Grayscale: #636363. Windows color (decimal): -15753210 or 434191. OLE color: 434191.
HSL color Cylindrical-coordinate representation of color #0FA006: hue angle of 116.49º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FA006 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 160 | 6 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.37 |
| HSL | 116.49º | 0.93% | 0.33% | - |
| HSV(B) | 116.49º | 0.96% | 0.63% | - |
| XYZ | 12.8 | 25.26 | 4.37 | - |
| YUV | 99.09 | 75.46 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 6 | 0.91 | 0 | 0.96 | 0.37 | 116.49 | 0.93 | 0.33 |
| Hex | F | A0 | 6 | 5B | 0 | 60 | 25 | 74 | 5D | 21 |
| Octal | 17 | 240 | 6 | 133 | 0 | 140 | 45 | 164 | 135 | 41 |
| Binary | 1111 | 10100000 | 110 | 1011011 | 0 | 1100000 | 100101 | 1110100 | 1011101 | 100001 |
Color Harmonies of #0FA006
Complementary color
Monochromatic Colors of #0FA006
Black with #0FA006
Text Example
Text Example
White with #0FA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA006; }
p { color: rgb(15,160,6); }
H1.HeaderClassName
{
color: #0FA006;
}
.AnyTagClassName
{
color: #0FA006;
}
</style>
background-color css
<style>
a { background-color: #0FA006; }
a { background-color: rgb(15,160,6); }
div.DivClassName
{
background-color: #0FA006;
}
.BgClassName
{
background-color: #0FA006;
}
</style>
border-color css
<style>
span { border-color: #0FA006; }
span { border-color: rgb(15,160,6); }
td.TdClassName
{
border-color: #0FA006;
}
.TagClassName
{
border-color: #0FA006;
}
</style>