Shades of Islamic Green #02BA0C
Tints of Islamic Green #02BA0C
RGB
CMYK
RGB Variations
Color information
#02BA0C (or 0x02BA0C) is known color: Islamic Green. HEX triplet: 02, BA and 0C. RGB value is (2,186,12). Sum of RGB (Red+Green+Blue) = 2+186+12=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 186 (73.05% from 255 or 93% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BA0C is #FD45F3. Grayscale: #6F6F6F. Windows color (decimal): -16598516 or 834050. OLE color: 834050.
HSL color Cylindrical-coordinate representation of color #02BA0C: hue angle of 123.26º 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 #02BA0C is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 12 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.27 |
| HSL | 123.26º | 0.98% | 0.37% | - |
| HSV(B) | 123.26º | 0.99% | 0.73% | - |
| XYZ | 17.65 | 35.16 | 6.2 | - |
| YUV | 111.15 | 72.04 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 12 | 0.99 | 0 | 0.94 | 0.27 | 123.26 | 0.98 | 0.37 |
| Hex | 2 | BA | C | 63 | 0 | 5E | 1B | 7B | 62 | 25 |
| Octal | 2 | 272 | 14 | 143 | 0 | 136 | 33 | 173 | 142 | 45 |
| Binary | 10 | 10111010 | 1100 | 1100011 | 0 | 1011110 | 11011 | 1111011 | 1100010 | 100101 |
Color Harmonies of #02BA0C
Complementary color
Monochromatic Colors of #02BA0C
Black with #02BA0C
Text Example
Text Example
White with #02BA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA0C; }
p { color: rgb(2,186,12); }
H1.HeaderClassName
{
color: #02BA0C;
}
.AnyTagClassName
{
color: #02BA0C;
}
</style>
background-color css
<style>
a { background-color: #02BA0C; }
a { background-color: rgb(2,186,12); }
div.DivClassName
{
background-color: #02BA0C;
}
.BgClassName
{
background-color: #02BA0C;
}
</style>
border-color css
<style>
span { border-color: #02BA0C; }
span { border-color: rgb(2,186,12); }
td.TdClassName
{
border-color: #02BA0C;
}
.TagClassName
{
border-color: #02BA0C;
}
</style>