Shades of Islamic Green #02BA00
Tints of Islamic Green #02BA00
RGB
CMYK
RGB Variations
Color information
#02BA00 (or 0x02BA00) is known color: Islamic Green. HEX triplet: 02, BA and 00. RGB value is (2,186,0). Sum of RGB (Red+Green+Blue) = 2+186+0=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 186 (73.05% from 255 or 98.94% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BA00 is #FD45FF. Grayscale: #6E6E6E. Windows color (decimal): -16598528 or 47618. OLE color: 47618.
HSL color Cylindrical-coordinate representation of color #02BA00: hue angle of 119.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02BA00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.27 |
| HSL | 119.35º | 1% | 0.36% | - |
| HSV(B) | 119.35º | 1% | 0.73% | - |
| XYZ | 17.58 | 35.13 | 5.85 | - |
| YUV | 109.78 | 66.04 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 0 | 0.99 | 0 | 1 | 0.27 | 119.35 | 1 | 0.36 |
| Hex | 2 | BA | 0 | 63 | 0 | 64 | 1B | 77 | 64 | 24 |
| Octal | 2 | 272 | 0 | 143 | 0 | 144 | 33 | 167 | 144 | 44 |
| Binary | 10 | 10111010 | 0 | 1100011 | 0 | 1100100 | 11011 | 1110111 | 1100100 | 100100 |
Color Harmonies of #02BA00
Complementary color
Monochromatic Colors of #02BA00
Black with #02BA00
Text Example
Text Example
White with #02BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA00; }
p { color: rgb(2,186,0); }
H1.HeaderClassName
{
color: #02BA00;
}
.AnyTagClassName
{
color: #02BA00;
}
</style>
background-color css
<style>
a { background-color: #02BA00; }
a { background-color: rgb(2,186,0); }
div.DivClassName
{
background-color: #02BA00;
}
.BgClassName
{
background-color: #02BA00;
}
</style>
border-color css
<style>
span { border-color: #02BA00; }
span { border-color: rgb(2,186,0); }
td.TdClassName
{
border-color: #02BA00;
}
.TagClassName
{
border-color: #02BA00;
}
</style>