Shades of Islamic Green #0ABA01
Tints of Islamic Green #0ABA01
RGB
CMYK
RGB Variations
Color information
#0ABA01 (or 0x0ABA01) is known color: Islamic Green. HEX triplet: 0A, BA and 01. RGB value is (10,186,1). Sum of RGB (Red+Green+Blue) = 10+186+1=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 186 (73.05% from 255 or 94.42% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABA01 is #F545FE. Grayscale: #707070. Windows color (decimal): -16074239 or 113162. OLE color: 113162.
HSL color Cylindrical-coordinate representation of color #0ABA01: hue angle of 117.08º 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 #0ABA01 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 186 | 1 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.27 |
| HSL | 117.08º | 0.99% | 0.37% | - |
| HSV(B) | 117.08º | 0.99% | 0.73% | - |
| XYZ | 17.69 | 35.18 | 5.89 | - |
| YUV | 112.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 1 | 0.95 | 0 | 0.99 | 0.27 | 117.08 | 0.99 | 0.37 |
| Hex | A | BA | 1 | 5F | 0 | 63 | 1B | 75 | 63 | 25 |
| Octal | 12 | 272 | 1 | 137 | 0 | 143 | 33 | 165 | 143 | 45 |
| Binary | 1010 | 10111010 | 1 | 1011111 | 0 | 1100011 | 11011 | 1110101 | 1100011 | 100101 |
Color Harmonies of #0ABA01
Complementary color
Monochromatic Colors of #0ABA01
Black with #0ABA01
Text Example
Text Example
White with #0ABA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABA01; }
p { color: rgb(10,186,1); }
H1.HeaderClassName
{
color: #0ABA01;
}
.AnyTagClassName
{
color: #0ABA01;
}
</style>
background-color css
<style>
a { background-color: #0ABA01; }
a { background-color: rgb(10,186,1); }
div.DivClassName
{
background-color: #0ABA01;
}
.BgClassName
{
background-color: #0ABA01;
}
</style>
border-color css
<style>
span { border-color: #0ABA01; }
span { border-color: rgb(10,186,1); }
td.TdClassName
{
border-color: #0ABA01;
}
.TagClassName
{
border-color: #0ABA01;
}
</style>