Shades of Islamic Green #02BA06
Tints of Islamic Green #02BA06
RGB
CMYK
RGB Variations
Color information
#02BA06 (or 0x02BA06) is known color: Islamic Green. HEX triplet: 02, BA and 06. RGB value is (2,186,6). Sum of RGB (Red+Green+Blue) = 2+186+6=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 186 (73.05% from 255 or 95.88% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BA06 is #FD45F9. Grayscale: #6E6E6E. Windows color (decimal): -16598522 or 440834. OLE color: 440834.
HSL color Cylindrical-coordinate representation of color #02BA06: hue angle of 121.3º 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 #02BA06 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 6 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.27 |
| HSL | 121.3º | 0.98% | 0.37% | - |
| HSV(B) | 121.3º | 0.99% | 0.73% | - |
| XYZ | 17.62 | 35.14 | 6.03 | - |
| YUV | 110.46 | 69.04 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 6 | 0.99 | 0 | 0.97 | 0.27 | 121.3 | 0.98 | 0.37 |
| Hex | 2 | BA | 6 | 63 | 0 | 61 | 1B | 79 | 62 | 25 |
| Octal | 2 | 272 | 6 | 143 | 0 | 141 | 33 | 171 | 142 | 45 |
| Binary | 10 | 10111010 | 110 | 1100011 | 0 | 1100001 | 11011 | 1111001 | 1100010 | 100101 |
Color Harmonies of #02BA06
Complementary color
Monochromatic Colors of #02BA06
Black with #02BA06
Text Example
Text Example
White with #02BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA06; }
p { color: rgb(2,186,6); }
H1.HeaderClassName
{
color: #02BA06;
}
.AnyTagClassName
{
color: #02BA06;
}
</style>
background-color css
<style>
a { background-color: #02BA06; }
a { background-color: rgb(2,186,6); }
div.DivClassName
{
background-color: #02BA06;
}
.BgClassName
{
background-color: #02BA06;
}
</style>
border-color css
<style>
span { border-color: #02BA06; }
span { border-color: rgb(2,186,6); }
td.TdClassName
{
border-color: #02BA06;
}
.TagClassName
{
border-color: #02BA06;
}
</style>