Shades of Islamic Green #0ABC01
Tints of Islamic Green #0ABC01
RGB
CMYK
RGB Variations
Color information
#0ABC01 (or 0x0ABC01) is known color: Islamic Green. HEX triplet: 0A, BC and 01. RGB value is (10,188,1). Sum of RGB (Red+Green+Blue) = 10+188+1=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 188 (73.83% from 255 or 94.47% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABC01 is #F543FE. Grayscale: #727272. Windows color (decimal): -16073727 or 113674. OLE color: 113674.
HSL color Cylindrical-coordinate representation of color #0ABC01: hue angle of 117.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0ABC01 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 1 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.26 |
| HSL | 117.11º | 0.99% | 0.37% | - |
| HSV(B) | 117.11º | 0.99% | 0.74% | - |
| XYZ | 18.11 | 36.03 | 6.03 | - |
| YUV | 113.46 | 64.53 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 1 | 0.95 | 0 | 0.99 | 0.26 | 117.11 | 0.99 | 0.37 |
| Hex | A | BC | 1 | 5F | 0 | 63 | 1A | 75 | 63 | 25 |
| Octal | 12 | 274 | 1 | 137 | 0 | 143 | 32 | 165 | 143 | 45 |
| Binary | 1010 | 10111100 | 1 | 1011111 | 0 | 1100011 | 11010 | 1110101 | 1100011 | 100101 |
Color Harmonies of #0ABC01
Complementary color
Monochromatic Colors of #0ABC01
Black with #0ABC01
Text Example
Text Example
White with #0ABC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC01; }
p { color: rgb(10,188,1); }
H1.HeaderClassName
{
color: #0ABC01;
}
.AnyTagClassName
{
color: #0ABC01;
}
</style>
background-color css
<style>
a { background-color: #0ABC01; }
a { background-color: rgb(10,188,1); }
div.DivClassName
{
background-color: #0ABC01;
}
.BgClassName
{
background-color: #0ABC01;
}
</style>
border-color css
<style>
span { border-color: #0ABC01; }
span { border-color: rgb(10,188,1); }
td.TdClassName
{
border-color: #0ABC01;
}
.TagClassName
{
border-color: #0ABC01;
}
</style>