Shades of Islamic Green #00BA01
Tints of Islamic Green #00BA01
RGB
CMYK
RGB Variations
Color information
#00BA01 (or 0x00BA01) is known color: Islamic Green. HEX triplet: 00, BA and 01. RGB value is (0,186,1). Sum of RGB (Red+Green+Blue) = 0+186+1=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 186 (73.05% from 255 or 99.47% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BA01 is #FF45FE. Grayscale: #6D6D6D. Windows color (decimal): -16729599 or 113152. OLE color: 113152.
HSL color Cylindrical-coordinate representation of color #00BA01: hue angle of 120.32º 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 #00BA01 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.27 |
| HSL | 120.32º | 1% | 0.36% | - |
| HSV(B) | 120.32º | 1% | 0.73% | - |
| XYZ | 17.56 | 35.12 | 5.88 | - |
| YUV | 109.3 | 66.88 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 1 | 1 | 0 | 0.99 | 0.27 | 120.32 | 1 | 0.36 |
| Hex | 0 | BA | 1 | 64 | 0 | 63 | 1B | 78 | 64 | 24 |
| Octal | 0 | 272 | 1 | 144 | 0 | 143 | 33 | 170 | 144 | 44 |
| Binary | 0 | 10111010 | 1 | 1100100 | 0 | 1100011 | 11011 | 1111000 | 1100100 | 100100 |
Color Harmonies of #00BA01
Complementary color
Monochromatic Colors of #00BA01
Black with #00BA01
Text Example
Text Example
White with #00BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA01; }
p { color: rgb(0,186,1); }
H1.HeaderClassName
{
color: #00BA01;
}
.AnyTagClassName
{
color: #00BA01;
}
</style>
background-color css
<style>
a { background-color: #00BA01; }
a { background-color: rgb(0,186,1); }
div.DivClassName
{
background-color: #00BA01;
}
.BgClassName
{
background-color: #00BA01;
}
</style>
border-color css
<style>
span { border-color: #00BA01; }
span { border-color: rgb(0,186,1); }
td.TdClassName
{
border-color: #00BA01;
}
.TagClassName
{
border-color: #00BA01;
}
</style>