Shades of Islamic Green #0ABC05
Tints of Islamic Green #0ABC05
RGB
CMYK
RGB Variations
Color information
#0ABC05 (or 0x0ABC05) is known color: Islamic Green. HEX triplet: 0A, BC and 05. RGB value is (10,188,5). Sum of RGB (Red+Green+Blue) = 10+188+5=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 188 (73.83% from 255 or 92.61% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABC05 is #F543FA. Grayscale: #727272. Windows color (decimal): -16073723 or 375818. OLE color: 375818.
HSL color Cylindrical-coordinate representation of color #0ABC05: hue angle of 118.36º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0ABC05 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 5 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.26 |
| HSL | 118.36º | 0.95% | 0.38% | - |
| HSV(B) | 118.36º | 0.97% | 0.74% | - |
| XYZ | 18.14 | 36.04 | 6.14 | - |
| YUV | 113.92 | 66.53 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 5 | 0.95 | 0 | 0.97 | 0.26 | 118.36 | 0.95 | 0.38 |
| Hex | A | BC | 5 | 5F | 0 | 61 | 1A | 76 | 5F | 26 |
| Octal | 12 | 274 | 5 | 137 | 0 | 141 | 32 | 166 | 137 | 46 |
| Binary | 1010 | 10111100 | 101 | 1011111 | 0 | 1100001 | 11010 | 1110110 | 1011111 | 100110 |
Color Harmonies of #0ABC05
Complementary color
Monochromatic Colors of #0ABC05
Black with #0ABC05
Text Example
Text Example
White with #0ABC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC05; }
p { color: rgb(10,188,5); }
H1.HeaderClassName
{
color: #0ABC05;
}
.AnyTagClassName
{
color: #0ABC05;
}
</style>
background-color css
<style>
a { background-color: #0ABC05; }
a { background-color: rgb(10,188,5); }
div.DivClassName
{
background-color: #0ABC05;
}
.BgClassName
{
background-color: #0ABC05;
}
</style>
border-color css
<style>
span { border-color: #0ABC05; }
span { border-color: rgb(10,188,5); }
td.TdClassName
{
border-color: #0ABC05;
}
.TagClassName
{
border-color: #0ABC05;
}
</style>