Shades of Islamic Green #01BA0F
Tints of Islamic Green #01BA0F
RGB
CMYK
RGB Variations
Color information
#01BA0F (or 0x01BA0F) is known color: Islamic Green. HEX triplet: 01, BA and 0F. RGB value is (1,186,15). Sum of RGB (Red+Green+Blue) = 1+186+15=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 186 (73.05% from 255 or 92.08% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BA0F is #FE45F0. Grayscale: #6F6F6F. Windows color (decimal): -16664049 or 1030657. OLE color: 1030657.
HSL color Cylindrical-coordinate representation of color #01BA0F: hue angle of 124.54º 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 #01BA0F is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 15 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.27 |
| HSL | 124.54º | 0.99% | 0.37% | - |
| HSV(B) | 124.54º | 0.99% | 0.73% | - |
| XYZ | 17.66 | 35.16 | 6.31 | - |
| YUV | 111.19 | 73.71 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 15 | 0.99 | 0 | 0.92 | 0.27 | 124.54 | 0.99 | 0.37 |
| Hex | 1 | BA | F | 63 | 0 | 5C | 1B | 7D | 63 | 25 |
| Octal | 1 | 272 | 17 | 143 | 0 | 134 | 33 | 175 | 143 | 45 |
| Binary | 1 | 10111010 | 1111 | 1100011 | 0 | 1011100 | 11011 | 1111101 | 1100011 | 100101 |
Color Harmonies of #01BA0F
Complementary color
Monochromatic Colors of #01BA0F
Black with #01BA0F
Text Example
Text Example
White with #01BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA0F; }
p { color: rgb(1,186,15); }
H1.HeaderClassName
{
color: #01BA0F;
}
.AnyTagClassName
{
color: #01BA0F;
}
</style>
background-color css
<style>
a { background-color: #01BA0F; }
a { background-color: rgb(1,186,15); }
div.DivClassName
{
background-color: #01BA0F;
}
.BgClassName
{
background-color: #01BA0F;
}
</style>
border-color css
<style>
span { border-color: #01BA0F; }
span { border-color: rgb(1,186,15); }
td.TdClassName
{
border-color: #01BA0F;
}
.TagClassName
{
border-color: #01BA0F;
}
</style>