Shades of Islamic Green #0FA601
Tints of Islamic Green #0FA601
RGB
CMYK
RGB Variations
Color information
#0FA601 (or 0x0FA601) is known color: Islamic Green. HEX triplet: 0F, A6 and 01. RGB value is (15,166,1). Sum of RGB (Red+Green+Blue) = 15+166+1=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 166 (65.23% from 255 or 91.21% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA601 is #F059FE. Grayscale: #666666. Windows color (decimal): -15751679 or 108047. OLE color: 108047.
HSL color Cylindrical-coordinate representation of color #0FA601: hue angle of 114.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FA601 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.35 |
| HSL | 114.91º | 0.99% | 0.33% | - |
| HSV(B) | 114.91º | 0.99% | 0.65% | - |
| XYZ | 13.84 | 27.38 | 4.58 | - |
| YUV | 102.04 | 70.97 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 1 | 0.91 | 0 | 0.99 | 0.35 | 114.91 | 0.99 | 0.33 |
| Hex | F | A6 | 1 | 5B | 0 | 63 | 23 | 73 | 63 | 21 |
| Octal | 17 | 246 | 1 | 133 | 0 | 143 | 43 | 163 | 143 | 41 |
| Binary | 1111 | 10100110 | 1 | 1011011 | 0 | 1100011 | 100011 | 1110011 | 1100011 | 100001 |
Color Harmonies of #0FA601
Complementary color
Monochromatic Colors of #0FA601
Black with #0FA601
Text Example
Text Example
White with #0FA601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA601; }
p { color: rgb(15,166,1); }
H1.HeaderClassName
{
color: #0FA601;
}
.AnyTagClassName
{
color: #0FA601;
}
</style>
background-color css
<style>
a { background-color: #0FA601; }
a { background-color: rgb(15,166,1); }
div.DivClassName
{
background-color: #0FA601;
}
.BgClassName
{
background-color: #0FA601;
}
</style>
border-color css
<style>
span { border-color: #0FA601; }
span { border-color: rgb(15,166,1); }
td.TdClassName
{
border-color: #0FA601;
}
.TagClassName
{
border-color: #0FA601;
}
</style>