Shades of Islamic Green #00BA02
Tints of Islamic Green #00BA02
RGB
CMYK
RGB Variations
Color information
#00BA02 (or 0x00BA02) is known color: Islamic Green. HEX triplet: 00, BA and 02. RGB value is (0,186,2). Sum of RGB (Red+Green+Blue) = 0+186+2=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 186 (73.05% from 255 or 98.94% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BA02 is #FF45FD. Grayscale: #6D6D6D. Windows color (decimal): -16729598 or 178688. OLE color: 178688.
HSL color Cylindrical-coordinate representation of color #00BA02: hue angle of 120.65º 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 #00BA02 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 2 | - |
| CMYK | 1 | 0 | 0.99 | 0.27 |
| HSL | 120.65º | 1% | 0.36% | - |
| HSV(B) | 120.65º | 1% | 0.73% | - |
| XYZ | 17.57 | 35.12 | 5.91 | - |
| YUV | 109.41 | 67.38 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 2 | 1 | 0 | 0.99 | 0.27 | 120.65 | 1 | 0.36 |
| Hex | 0 | BA | 2 | 64 | 0 | 63 | 1B | 79 | 64 | 24 |
| Octal | 0 | 272 | 2 | 144 | 0 | 143 | 33 | 171 | 144 | 44 |
| Binary | 0 | 10111010 | 10 | 1100100 | 0 | 1100011 | 11011 | 1111001 | 1100100 | 100100 |
Color Harmonies of #00BA02
Complementary color
Monochromatic Colors of #00BA02
Black with #00BA02
Text Example
Text Example
White with #00BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA02; }
p { color: rgb(0,186,2); }
H1.HeaderClassName
{
color: #00BA02;
}
.AnyTagClassName
{
color: #00BA02;
}
</style>
background-color css
<style>
a { background-color: #00BA02; }
a { background-color: rgb(0,186,2); }
div.DivClassName
{
background-color: #00BA02;
}
.BgClassName
{
background-color: #00BA02;
}
</style>
border-color css
<style>
span { border-color: #00BA02; }
span { border-color: rgb(0,186,2); }
td.TdClassName
{
border-color: #00BA02;
}
.TagClassName
{
border-color: #00BA02;
}
</style>