Shades of Islamic Green #01BC08
Tints of Islamic Green #01BC08
RGB
CMYK
RGB Variations
Color information
#01BC08 (or 0x01BC08) is known color: Islamic Green. HEX triplet: 01, BC and 08. RGB value is (1,188,8). Sum of RGB (Red+Green+Blue) = 1+188+8=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 188 (73.83% from 255 or 95.43% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BC08 is #FE43F7. Grayscale: #707070. Windows color (decimal): -16663544 or 572417. OLE color: 572417.
HSL color Cylindrical-coordinate representation of color #01BC08: hue angle of 122.25º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BC08 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 8 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.26 |
| HSL | 122.25º | 0.99% | 0.37% | - |
| HSV(B) | 122.25º | 0.99% | 0.74% | - |
| XYZ | 18.04 | 35.99 | 6.23 | - |
| YUV | 111.57 | 69.55 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 8 | 0.99 | 0 | 0.96 | 0.26 | 122.25 | 0.99 | 0.37 |
| Hex | 1 | BC | 8 | 63 | 0 | 60 | 1A | 7A | 63 | 25 |
| Octal | 1 | 274 | 10 | 143 | 0 | 140 | 32 | 172 | 143 | 45 |
| Binary | 1 | 10111100 | 1000 | 1100011 | 0 | 1100000 | 11010 | 1111010 | 1100011 | 100101 |
Color Harmonies of #01BC08
Complementary color
Monochromatic Colors of #01BC08
Black with #01BC08
Text Example
Text Example
White with #01BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC08; }
p { color: rgb(1,188,8); }
H1.HeaderClassName
{
color: #01BC08;
}
.AnyTagClassName
{
color: #01BC08;
}
</style>
background-color css
<style>
a { background-color: #01BC08; }
a { background-color: rgb(1,188,8); }
div.DivClassName
{
background-color: #01BC08;
}
.BgClassName
{
background-color: #01BC08;
}
</style>
border-color css
<style>
span { border-color: #01BC08; }
span { border-color: rgb(1,188,8); }
td.TdClassName
{
border-color: #01BC08;
}
.TagClassName
{
border-color: #01BC08;
}
</style>