Shades of Islamic Green #1BC008
Tints of Islamic Green #1BC008
RGB
CMYK
RGB Variations
Color information
#1BC008 (or 0x1BC008) is known color: Islamic Green. HEX triplet: 1B, C0 and 08. RGB value is (27,192,8). Sum of RGB (Red+Green+Blue) = 27+192+8=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 192 (75.39% from 255 or 84.58% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC008 is #E43FF7. Grayscale: #7A7A7A. Windows color (decimal): -14958584 or 573467. OLE color: 573467.
HSL color Cylindrical-coordinate representation of color #1BC008: hue angle of 113.8º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1BC008 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 192 | 8 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.25 |
| HSL | 113.8º | 0.92% | 0.39% | - |
| HSV(B) | 113.8º | 0.96% | 0.75% | - |
| XYZ | 19.35 | 37.95 | 6.54 | - |
| YUV | 121.69 | 63.84 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 192 | 8 | 0.86 | 0 | 0.96 | 0.25 | 113.8 | 0.92 | 0.39 |
| Hex | 1B | C0 | 8 | 56 | 0 | 60 | 19 | 72 | 5C | 27 |
| Octal | 33 | 300 | 10 | 126 | 0 | 140 | 31 | 162 | 134 | 47 |
| Binary | 11011 | 11000000 | 1000 | 1010110 | 0 | 1100000 | 11001 | 1110010 | 1011100 | 100111 |
Color Harmonies of #1BC008
Complementary color
Monochromatic Colors of #1BC008
Black with #1BC008
Text Example
Text Example
White with #1BC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC008; }
p { color: rgb(27,192,8); }
H1.HeaderClassName
{
color: #1BC008;
}
.AnyTagClassName
{
color: #1BC008;
}
</style>
background-color css
<style>
a { background-color: #1BC008; }
a { background-color: rgb(27,192,8); }
div.DivClassName
{
background-color: #1BC008;
}
.BgClassName
{
background-color: #1BC008;
}
</style>
border-color css
<style>
span { border-color: #1BC008; }
span { border-color: rgb(27,192,8); }
td.TdClassName
{
border-color: #1BC008;
}
.TagClassName
{
border-color: #1BC008;
}
</style>