Shades of Islamic Green #1BAE02
Tints of Islamic Green #1BAE02
RGB
CMYK
RGB Variations
Color information
#1BAE02 (or 0x1BAE02) is known color: Islamic Green. HEX triplet: 1B, AE and 02. RGB value is (27,174,2). Sum of RGB (Red+Green+Blue) = 27+174+2=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 174 (68.36% from 255 or 85.71% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAE02 is #E451FD. Grayscale: #6E6E6E. Windows color (decimal): -14963198 or 175643. OLE color: 175643.
HSL color Cylindrical-coordinate representation of color #1BAE02: hue angle of 111.28º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1BAE02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.32 |
| HSL | 111.28º | 0.98% | 0.35% | - |
| HSV(B) | 111.28º | 0.99% | 0.68% | - |
| XYZ | 15.6 | 30.51 | 5.12 | - |
| YUV | 110.44 | 66.8 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 2 | 0.84 | 0 | 0.99 | 0.32 | 111.28 | 0.98 | 0.35 |
| Hex | 1B | AE | 2 | 54 | 0 | 63 | 20 | 6F | 62 | 23 |
| Octal | 33 | 256 | 2 | 124 | 0 | 143 | 40 | 157 | 142 | 43 |
| Binary | 11011 | 10101110 | 10 | 1010100 | 0 | 1100011 | 100000 | 1101111 | 1100010 | 100011 |
Color Harmonies of #1BAE02
Complementary color
Monochromatic Colors of #1BAE02
Black with #1BAE02
Text Example
Text Example
White with #1BAE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAE02; }
p { color: rgb(27,174,2); }
H1.HeaderClassName
{
color: #1BAE02;
}
.AnyTagClassName
{
color: #1BAE02;
}
</style>
background-color css
<style>
a { background-color: #1BAE02; }
a { background-color: rgb(27,174,2); }
div.DivClassName
{
background-color: #1BAE02;
}
.BgClassName
{
background-color: #1BAE02;
}
</style>
border-color css
<style>
span { border-color: #1BAE02; }
span { border-color: rgb(27,174,2); }
td.TdClassName
{
border-color: #1BAE02;
}
.TagClassName
{
border-color: #1BAE02;
}
</style>