Shades of Islamic Green #0FA701
Tints of Islamic Green #0FA701
RGB
CMYK
RGB Variations
Color information
#0FA701 (or 0x0FA701) is known color: Islamic Green. HEX triplet: 0F, A7 and 01. RGB value is (15,167,1). Sum of RGB (Red+Green+Blue) = 15+167+1=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 167 (65.62% from 255 or 91.26% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA701 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA701 is #F058FE. Grayscale: #676767. Windows color (decimal): -15751423 or 108303. OLE color: 108303.
HSL color Cylindrical-coordinate representation of color #0FA701: hue angle of 114.94º 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 #0FA701 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 167 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.35 |
| HSL | 114.94º | 0.99% | 0.33% | - |
| HSV(B) | 114.94º | 0.99% | 0.65% | - |
| XYZ | 14.02 | 27.74 | 4.64 | - |
| YUV | 102.63 | 70.64 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 1 | 0.91 | 0 | 0.99 | 0.35 | 114.94 | 0.99 | 0.33 |
| Hex | F | A7 | 1 | 5B | 0 | 63 | 23 | 73 | 63 | 21 |
| Octal | 17 | 247 | 1 | 133 | 0 | 143 | 43 | 163 | 143 | 41 |
| Binary | 1111 | 10100111 | 1 | 1011011 | 0 | 1100011 | 100011 | 1110011 | 1100011 | 100001 |
Color Harmonies of #0FA701
Complementary color
Monochromatic Colors of #0FA701
Black with #0FA701
Text Example
Text Example
White with #0FA701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA701; }
p { color: rgb(15,167,1); }
H1.HeaderClassName
{
color: #0FA701;
}
.AnyTagClassName
{
color: #0FA701;
}
</style>
background-color css
<style>
a { background-color: #0FA701; }
a { background-color: rgb(15,167,1); }
div.DivClassName
{
background-color: #0FA701;
}
.BgClassName
{
background-color: #0FA701;
}
</style>
border-color css
<style>
span { border-color: #0FA701; }
span { border-color: rgb(15,167,1); }
td.TdClassName
{
border-color: #0FA701;
}
.TagClassName
{
border-color: #0FA701;
}
</style>