Shades of Islamic Green #0ABC02
Tints of Islamic Green #0ABC02
RGB
CMYK
RGB Variations
Color information
#0ABC02 (or 0x0ABC02) is known color: Islamic Green. HEX triplet: 0A, BC and 02. RGB value is (10,188,2). Sum of RGB (Red+Green+Blue) = 10+188+2=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 188 (73.83% from 255 or 94% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABC02 is #F543FD. Grayscale: #727272. Windows color (decimal): -16073726 or 179210. OLE color: 179210.
HSL color Cylindrical-coordinate representation of color #0ABC02: hue angle of 117.42º degrees, saturation: 0.98, 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 #0ABC02 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.26 |
| HSL | 117.42º | 0.98% | 0.37% | - |
| HSV(B) | 117.42º | 0.99% | 0.74% | - |
| XYZ | 18.12 | 36.04 | 6.06 | - |
| YUV | 113.57 | 65.03 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 2 | 0.95 | 0 | 0.99 | 0.26 | 117.42 | 0.98 | 0.37 |
| Hex | A | BC | 2 | 5F | 0 | 63 | 1A | 75 | 62 | 25 |
| Octal | 12 | 274 | 2 | 137 | 0 | 143 | 32 | 165 | 142 | 45 |
| Binary | 1010 | 10111100 | 10 | 1011111 | 0 | 1100011 | 11010 | 1110101 | 1100010 | 100101 |
Color Harmonies of #0ABC02
Complementary color
Monochromatic Colors of #0ABC02
Black with #0ABC02
Text Example
Text Example
White with #0ABC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC02; }
p { color: rgb(10,188,2); }
H1.HeaderClassName
{
color: #0ABC02;
}
.AnyTagClassName
{
color: #0ABC02;
}
</style>
background-color css
<style>
a { background-color: #0ABC02; }
a { background-color: rgb(10,188,2); }
div.DivClassName
{
background-color: #0ABC02;
}
.BgClassName
{
background-color: #0ABC02;
}
</style>
border-color css
<style>
span { border-color: #0ABC02; }
span { border-color: rgb(10,188,2); }
td.TdClassName
{
border-color: #0ABC02;
}
.TagClassName
{
border-color: #0ABC02;
}
</style>