Shades of Islamic Green #0ABC04
Tints of Islamic Green #0ABC04
RGB
CMYK
RGB Variations
Color information
#0ABC04 (or 0x0ABC04) is known color: Islamic Green. HEX triplet: 0A, BC and 04. RGB value is (10,188,4). Sum of RGB (Red+Green+Blue) = 10+188+4=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 188 (73.83% from 255 or 93.07% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABC04 is #F543FB. Grayscale: #727272. Windows color (decimal): -16073724 or 310282. OLE color: 310282.
HSL color Cylindrical-coordinate representation of color #0ABC04: hue angle of 118.04º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0ABC04 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 4 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.26 |
| HSL | 118.04º | 0.96% | 0.38% | - |
| HSV(B) | 118.04º | 0.98% | 0.74% | - |
| XYZ | 18.13 | 36.04 | 6.12 | - |
| YUV | 113.8 | 66.03 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 4 | 0.95 | 0 | 0.98 | 0.26 | 118.04 | 0.96 | 0.38 |
| Hex | A | BC | 4 | 5F | 0 | 62 | 1A | 76 | 60 | 26 |
| Octal | 12 | 274 | 4 | 137 | 0 | 142 | 32 | 166 | 140 | 46 |
| Binary | 1010 | 10111100 | 100 | 1011111 | 0 | 1100010 | 11010 | 1110110 | 1100000 | 100110 |
Color Harmonies of #0ABC04
Complementary color
Monochromatic Colors of #0ABC04
Black with #0ABC04
Text Example
Text Example
White with #0ABC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC04; }
p { color: rgb(10,188,4); }
H1.HeaderClassName
{
color: #0ABC04;
}
.AnyTagClassName
{
color: #0ABC04;
}
</style>
background-color css
<style>
a { background-color: #0ABC04; }
a { background-color: rgb(10,188,4); }
div.DivClassName
{
background-color: #0ABC04;
}
.BgClassName
{
background-color: #0ABC04;
}
</style>
border-color css
<style>
span { border-color: #0ABC04; }
span { border-color: rgb(10,188,4); }
td.TdClassName
{
border-color: #0ABC04;
}
.TagClassName
{
border-color: #0ABC04;
}
</style>