Shades of Islamic Green #01BB01
Tints of Islamic Green #01BB01
RGB
CMYK
RGB Variations
Color information
#01BB01 (or 0x01BB01) is known color: Islamic Green. HEX triplet: 01, BB and 01. RGB value is (1,187,1). Sum of RGB (Red+Green+Blue) = 1+187+1=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 187 (73.44% from 255 or 98.94% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BB01 is #FE44FE. Grayscale: #6E6E6E. Windows color (decimal): -16663807 or 113409. OLE color: 113409.
HSL color Cylindrical-coordinate representation of color #01BB01: hue angle of 120º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BB01 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 1 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.27 |
| HSL | 120º | 0.99% | 0.37% | - |
| HSV(B) | 120º | 0.99% | 0.73% | - |
| XYZ | 17.79 | 35.55 | 5.95 | - |
| YUV | 110.18 | 66.38 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 1 | 0.99 | 0 | 0.99 | 0.27 | 120 | 0.99 | 0.37 |
| Hex | 1 | BB | 1 | 63 | 0 | 63 | 1B | 78 | 63 | 25 |
| Octal | 1 | 273 | 1 | 143 | 0 | 143 | 33 | 170 | 143 | 45 |
| Binary | 1 | 10111011 | 1 | 1100011 | 0 | 1100011 | 11011 | 1111000 | 1100011 | 100101 |
Color Harmonies of #01BB01
Complementary color
Monochromatic Colors of #01BB01
Black with #01BB01
Text Example
Text Example
White with #01BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BB01; }
p { color: rgb(1,187,1); }
H1.HeaderClassName
{
color: #01BB01;
}
.AnyTagClassName
{
color: #01BB01;
}
</style>
background-color css
<style>
a { background-color: #01BB01; }
a { background-color: rgb(1,187,1); }
div.DivClassName
{
background-color: #01BB01;
}
.BgClassName
{
background-color: #01BB01;
}
</style>
border-color css
<style>
span { border-color: #01BB01; }
span { border-color: rgb(1,187,1); }
td.TdClassName
{
border-color: #01BB01;
}
.TagClassName
{
border-color: #01BB01;
}
</style>