Shades of Islamic Green #0FB702
Tints of Islamic Green #0FB702
RGB
CMYK
RGB Variations
Color information
#0FB702 (or 0x0FB702) is known color: Islamic Green. HEX triplet: 0F, B7 and 02. RGB value is (15,183,2). Sum of RGB (Red+Green+Blue) = 15+183+2=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 183 (71.88% from 255 or 91.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB702 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB702 is #F048FD. Grayscale: #707070. Windows color (decimal): -15747326 or 177935. OLE color: 177935.
HSL color Cylindrical-coordinate representation of color #0FB702: hue angle of 115.69º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FB702 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 2 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.28 |
| HSL | 115.69º | 0.98% | 0.36% | - |
| HSV(B) | 115.69º | 0.99% | 0.72% | - |
| XYZ | 17.14 | 33.97 | 5.71 | - |
| YUV | 112.13 | 65.84 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 2 | 0.92 | 0 | 0.99 | 0.28 | 115.69 | 0.98 | 0.36 |
| Hex | F | B7 | 2 | 5C | 0 | 63 | 1C | 74 | 62 | 24 |
| Octal | 17 | 267 | 2 | 134 | 0 | 143 | 34 | 164 | 142 | 44 |
| Binary | 1111 | 10110111 | 10 | 1011100 | 0 | 1100011 | 11100 | 1110100 | 1100010 | 100100 |
Color Harmonies of #0FB702
Complementary color
Monochromatic Colors of #0FB702
Black with #0FB702
Text Example
Text Example
White with #0FB702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB702; }
p { color: rgb(15,183,2); }
H1.HeaderClassName
{
color: #0FB702;
}
.AnyTagClassName
{
color: #0FB702;
}
</style>
background-color css
<style>
a { background-color: #0FB702; }
a { background-color: rgb(15,183,2); }
div.DivClassName
{
background-color: #0FB702;
}
.BgClassName
{
background-color: #0FB702;
}
</style>
border-color css
<style>
span { border-color: #0FB702; }
span { border-color: rgb(15,183,2); }
td.TdClassName
{
border-color: #0FB702;
}
.TagClassName
{
border-color: #0FB702;
}
</style>