Shades of Islamic Green #01B702
Tints of Islamic Green #01B702
RGB
CMYK
RGB Variations
Color information
#01B702 (or 0x01B702) is known color: Islamic Green. HEX triplet: 01, B7 and 02. RGB value is (1,183,2). Sum of RGB (Red+Green+Blue) = 1+183+2=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 183 (71.88% from 255 or 98.39% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 183 - color contains mainly: green. Hex color #01B702 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B702 is #FE48FD. Grayscale: #6C6C6C. Windows color (decimal): -16664830 or 177921. OLE color: 177921.
HSL color Cylindrical-coordinate representation of color #01B702: hue angle of 120.33º degrees, saturation: 0.99, 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 #01B702 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 183 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.28 |
| HSL | 120.33º | 0.99% | 0.36% | - |
| HSV(B) | 120.33º | 0.99% | 0.72% | - |
| XYZ | 16.96 | 33.88 | 5.7 | - |
| YUV | 107.95 | 68.2 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 2 | 0.99 | 0 | 0.99 | 0.28 | 120.33 | 0.99 | 0.36 |
| Hex | 1 | B7 | 2 | 63 | 0 | 63 | 1C | 78 | 63 | 24 |
| Octal | 1 | 267 | 2 | 143 | 0 | 143 | 34 | 170 | 143 | 44 |
| Binary | 1 | 10110111 | 10 | 1100011 | 0 | 1100011 | 11100 | 1111000 | 1100011 | 100100 |
Color Harmonies of #01B702
Complementary color
Monochromatic Colors of #01B702
Black with #01B702
Text Example
Text Example
White with #01B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B702; }
p { color: rgb(1,183,2); }
H1.HeaderClassName
{
color: #01B702;
}
.AnyTagClassName
{
color: #01B702;
}
</style>
background-color css
<style>
a { background-color: #01B702; }
a { background-color: rgb(1,183,2); }
div.DivClassName
{
background-color: #01B702;
}
.BgClassName
{
background-color: #01B702;
}
</style>
border-color css
<style>
span { border-color: #01B702; }
span { border-color: rgb(1,183,2); }
td.TdClassName
{
border-color: #01B702;
}
.TagClassName
{
border-color: #01B702;
}
</style>