Shades of Islamic Green #01BB08
Tints of Islamic Green #01BB08
RGB
CMYK
RGB Variations
Color information
#01BB08 (or 0x01BB08) is known color: Islamic Green. HEX triplet: 01, BB and 08. RGB value is (1,187,8). Sum of RGB (Red+Green+Blue) = 1+187+8=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 187 (73.44% from 255 or 95.41% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BB08 is #FE44F7. Grayscale: #6F6F6F. Windows color (decimal): -16663800 or 572161. OLE color: 572161.
HSL color Cylindrical-coordinate representation of color #01BB08: hue angle of 122.26º 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 #01BB08 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 8 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.27 |
| HSL | 122.26º | 0.99% | 0.37% | - |
| HSV(B) | 122.26º | 0.99% | 0.73% | - |
| XYZ | 17.83 | 35.56 | 6.15 | - |
| YUV | 110.98 | 69.88 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 8 | 0.99 | 0 | 0.96 | 0.27 | 122.26 | 0.99 | 0.37 |
| Hex | 1 | BB | 8 | 63 | 0 | 60 | 1B | 7A | 63 | 25 |
| Octal | 1 | 273 | 10 | 143 | 0 | 140 | 33 | 172 | 143 | 45 |
| Binary | 1 | 10111011 | 1000 | 1100011 | 0 | 1100000 | 11011 | 1111010 | 1100011 | 100101 |
Color Harmonies of #01BB08
Complementary color
Monochromatic Colors of #01BB08
Black with #01BB08
Text Example
Text Example
White with #01BB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BB08; }
p { color: rgb(1,187,8); }
H1.HeaderClassName
{
color: #01BB08;
}
.AnyTagClassName
{
color: #01BB08;
}
</style>
background-color css
<style>
a { background-color: #01BB08; }
a { background-color: rgb(1,187,8); }
div.DivClassName
{
background-color: #01BB08;
}
.BgClassName
{
background-color: #01BB08;
}
</style>
border-color css
<style>
span { border-color: #01BB08; }
span { border-color: rgb(1,187,8); }
td.TdClassName
{
border-color: #01BB08;
}
.TagClassName
{
border-color: #01BB08;
}
</style>