Shades of Islamic Green #1BBC00
Tints of Islamic Green #1BBC00
RGB
CMYK
RGB Variations
Color information
#1BBC00 (or 0x1BBC00) is known color: Islamic Green. HEX triplet: 1B, BC and 00. RGB value is (27,188,0). Sum of RGB (Red+Green+Blue) = 27+188+0=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 188 (73.83% from 255 or 87.44% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBC00 is #E443FF. Grayscale: #777777. Windows color (decimal): -14959616 or 48155. OLE color: 48155.
HSL color Cylindrical-coordinate representation of color #1BBC00: hue angle of 111.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1BBC00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.26 |
| HSL | 111.38º | 1% | 0.37% | - |
| HSV(B) | 111.38º | 1% | 0.74% | - |
| XYZ | 18.44 | 36.2 | 6.02 | - |
| YUV | 118.43 | 61.16 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 0 | 0.86 | 0 | 1 | 0.26 | 111.38 | 1 | 0.37 |
| Hex | 1B | BC | 0 | 56 | 0 | 64 | 1A | 6F | 64 | 25 |
| Octal | 33 | 274 | 0 | 126 | 0 | 144 | 32 | 157 | 144 | 45 |
| Binary | 11011 | 10111100 | 0 | 1010110 | 0 | 1100100 | 11010 | 1101111 | 1100100 | 100101 |
Color Harmonies of #1BBC00
Complementary color
Monochromatic Colors of #1BBC00
Black with #1BBC00
Text Example
Text Example
White with #1BBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC00; }
p { color: rgb(27,188,0); }
H1.HeaderClassName
{
color: #1BBC00;
}
.AnyTagClassName
{
color: #1BBC00;
}
</style>
background-color css
<style>
a { background-color: #1BBC00; }
a { background-color: rgb(27,188,0); }
div.DivClassName
{
background-color: #1BBC00;
}
.BgClassName
{
background-color: #1BBC00;
}
</style>
border-color css
<style>
span { border-color: #1BBC00; }
span { border-color: rgb(27,188,0); }
td.TdClassName
{
border-color: #1BBC00;
}
.TagClassName
{
border-color: #1BBC00;
}
</style>