Shades of Islamic Green #1BBA04
Tints of Islamic Green #1BBA04
RGB
CMYK
RGB Variations
Color information
#1BBA04 (or 0x1BBA04) is known color: Islamic Green. HEX triplet: 1B, BA and 04. RGB value is (27,186,4). Sum of RGB (Red+Green+Blue) = 27+186+4=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 186 (73.05% from 255 or 85.71% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBA04 is #E445FB. Grayscale: #767676. Windows color (decimal): -14960124 or 309787. OLE color: 309787.
HSL color Cylindrical-coordinate representation of color #1BBA04: hue angle of 112.42º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1BBA04 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 4 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.27 |
| HSL | 112.42º | 0.96% | 0.37% | - |
| HSV(B) | 112.42º | 0.98% | 0.73% | - |
| XYZ | 18.03 | 35.36 | 5.99 | - |
| YUV | 117.71 | 63.82 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 4 | 0.85 | 0 | 0.98 | 0.27 | 112.42 | 0.96 | 0.37 |
| Hex | 1B | BA | 4 | 55 | 0 | 62 | 1B | 70 | 60 | 25 |
| Octal | 33 | 272 | 4 | 125 | 0 | 142 | 33 | 160 | 140 | 45 |
| Binary | 11011 | 10111010 | 100 | 1010101 | 0 | 1100010 | 11011 | 1110000 | 1100000 | 100101 |
Color Harmonies of #1BBA04
Complementary color
Monochromatic Colors of #1BBA04
Black with #1BBA04
Text Example
Text Example
White with #1BBA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA04; }
p { color: rgb(27,186,4); }
H1.HeaderClassName
{
color: #1BBA04;
}
.AnyTagClassName
{
color: #1BBA04;
}
</style>
background-color css
<style>
a { background-color: #1BBA04; }
a { background-color: rgb(27,186,4); }
div.DivClassName
{
background-color: #1BBA04;
}
.BgClassName
{
background-color: #1BBA04;
}
</style>
border-color css
<style>
span { border-color: #1BBA04; }
span { border-color: rgb(27,186,4); }
td.TdClassName
{
border-color: #1BBA04;
}
.TagClassName
{
border-color: #1BBA04;
}
</style>