Shades of Islamic Green #02BA04
Tints of Islamic Green #02BA04
RGB
CMYK
RGB Variations
Color information
#02BA04 (or 0x02BA04) is known color: Islamic Green. HEX triplet: 02, BA and 04. RGB value is (2,186,4). Sum of RGB (Red+Green+Blue) = 2+186+4=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 186 (73.05% from 255 or 96.88% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BA04 is #FD45FB. Grayscale: #6E6E6E. Windows color (decimal): -16598524 or 309762. OLE color: 309762.
HSL color Cylindrical-coordinate representation of color #02BA04: hue angle of 120.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BA04 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 4 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.27 |
| HSL | 120.65º | 0.98% | 0.37% | - |
| HSV(B) | 120.65º | 0.99% | 0.73% | - |
| XYZ | 17.61 | 35.14 | 5.97 | - |
| YUV | 110.24 | 68.04 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 4 | 0.99 | 0 | 0.98 | 0.27 | 120.65 | 0.98 | 0.37 |
| Hex | 2 | BA | 4 | 63 | 0 | 62 | 1B | 79 | 62 | 25 |
| Octal | 2 | 272 | 4 | 143 | 0 | 142 | 33 | 171 | 142 | 45 |
| Binary | 10 | 10111010 | 100 | 1100011 | 0 | 1100010 | 11011 | 1111001 | 1100010 | 100101 |
Color Harmonies of #02BA04
Complementary color
Monochromatic Colors of #02BA04
Black with #02BA04
Text Example
Text Example
White with #02BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA04; }
p { color: rgb(2,186,4); }
H1.HeaderClassName
{
color: #02BA04;
}
.AnyTagClassName
{
color: #02BA04;
}
</style>
background-color css
<style>
a { background-color: #02BA04; }
a { background-color: rgb(2,186,4); }
div.DivClassName
{
background-color: #02BA04;
}
.BgClassName
{
background-color: #02BA04;
}
</style>
border-color css
<style>
span { border-color: #02BA04; }
span { border-color: rgb(2,186,4); }
td.TdClassName
{
border-color: #02BA04;
}
.TagClassName
{
border-color: #02BA04;
}
</style>