Shades of Islamic Green #01BB06
Tints of Islamic Green #01BB06
RGB
CMYK
RGB Variations
Color information
#01BB06 (or 0x01BB06) is known color: Islamic Green. HEX triplet: 01, BB and 06. RGB value is (1,187,6). Sum of RGB (Red+Green+Blue) = 1+187+6=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 187 (73.44% from 255 or 96.39% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BB06 is #FE44F9. Grayscale: #6F6F6F. Windows color (decimal): -16663802 or 441089. OLE color: 441089.
HSL color Cylindrical-coordinate representation of color #01BB06: hue angle of 121.61º 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 #01BB06 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 6 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.27 |
| HSL | 121.61º | 0.99% | 0.37% | - |
| HSV(B) | 121.61º | 0.99% | 0.73% | - |
| XYZ | 17.82 | 35.56 | 6.1 | - |
| YUV | 110.75 | 68.88 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 6 | 0.99 | 0 | 0.97 | 0.27 | 121.61 | 0.99 | 0.37 |
| Hex | 1 | BB | 6 | 63 | 0 | 61 | 1B | 7A | 63 | 25 |
| Octal | 1 | 273 | 6 | 143 | 0 | 141 | 33 | 172 | 143 | 45 |
| Binary | 1 | 10111011 | 110 | 1100011 | 0 | 1100001 | 11011 | 1111010 | 1100011 | 100101 |
Color Harmonies of #01BB06
Complementary color
Monochromatic Colors of #01BB06
Black with #01BB06
Text Example
Text Example
White with #01BB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BB06; }
p { color: rgb(1,187,6); }
H1.HeaderClassName
{
color: #01BB06;
}
.AnyTagClassName
{
color: #01BB06;
}
</style>
background-color css
<style>
a { background-color: #01BB06; }
a { background-color: rgb(1,187,6); }
div.DivClassName
{
background-color: #01BB06;
}
.BgClassName
{
background-color: #01BB06;
}
</style>
border-color css
<style>
span { border-color: #01BB06; }
span { border-color: rgb(1,187,6); }
td.TdClassName
{
border-color: #01BB06;
}
.TagClassName
{
border-color: #01BB06;
}
</style>