Shades of Islamic Green #01BA03
Tints of Islamic Green #01BA03
RGB
CMYK
RGB Variations
Color information
#01BA03 (or 0x01BA03) is known color: Islamic Green. HEX triplet: 01, BA and 03. RGB value is (1,186,3). Sum of RGB (Red+Green+Blue) = 1+186+3=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 186 (73.05% from 255 or 97.89% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BA03 is #FE45FC. Grayscale: #6E6E6E. Windows color (decimal): -16664061 or 244225. OLE color: 244225.
HSL color Cylindrical-coordinate representation of color #01BA03: hue angle of 120.65º degrees, saturation: 0.99, 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 #01BA03 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 3 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.27 |
| HSL | 120.65º | 0.99% | 0.37% | - |
| HSV(B) | 120.65º | 0.99% | 0.73% | - |
| XYZ | 17.59 | 35.13 | 5.94 | - |
| YUV | 109.82 | 67.71 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 3 | 0.99 | 0 | 0.98 | 0.27 | 120.65 | 0.99 | 0.37 |
| Hex | 1 | BA | 3 | 63 | 0 | 62 | 1B | 79 | 63 | 25 |
| Octal | 1 | 272 | 3 | 143 | 0 | 142 | 33 | 171 | 143 | 45 |
| Binary | 1 | 10111010 | 11 | 1100011 | 0 | 1100010 | 11011 | 1111001 | 1100011 | 100101 |
Color Harmonies of #01BA03
Complementary color
Monochromatic Colors of #01BA03
Black with #01BA03
Text Example
Text Example
White with #01BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA03; }
p { color: rgb(1,186,3); }
H1.HeaderClassName
{
color: #01BA03;
}
.AnyTagClassName
{
color: #01BA03;
}
</style>
background-color css
<style>
a { background-color: #01BA03; }
a { background-color: rgb(1,186,3); }
div.DivClassName
{
background-color: #01BA03;
}
.BgClassName
{
background-color: #01BA03;
}
</style>
border-color css
<style>
span { border-color: #01BA03; }
span { border-color: rgb(1,186,3); }
td.TdClassName
{
border-color: #01BA03;
}
.TagClassName
{
border-color: #01BA03;
}
</style>