Shades of Islamic Green #0ABC03
Tints of Islamic Green #0ABC03
RGB
CMYK
RGB Variations
Color information
#0ABC03 (or 0x0ABC03) is known color: Islamic Green. HEX triplet: 0A, BC and 03. RGB value is (10,188,3). Sum of RGB (Red+Green+Blue) = 10+188+3=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 188 (73.83% from 255 or 93.53% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABC03 is #F543FC. Grayscale: #727272. Windows color (decimal): -16073725 or 244746. OLE color: 244746.
HSL color Cylindrical-coordinate representation of color #0ABC03: hue angle of 117.73º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0ABC03 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 3 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.26 |
| HSL | 117.73º | 0.97% | 0.37% | - |
| HSV(B) | 117.73º | 0.98% | 0.74% | - |
| XYZ | 18.12 | 36.04 | 6.09 | - |
| YUV | 113.69 | 65.53 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 3 | 0.95 | 0 | 0.98 | 0.26 | 117.73 | 0.97 | 0.37 |
| Hex | A | BC | 3 | 5F | 0 | 62 | 1A | 76 | 61 | 25 |
| Octal | 12 | 274 | 3 | 137 | 0 | 142 | 32 | 166 | 141 | 45 |
| Binary | 1010 | 10111100 | 11 | 1011111 | 0 | 1100010 | 11010 | 1110110 | 1100001 | 100101 |
Color Harmonies of #0ABC03
Complementary color
Monochromatic Colors of #0ABC03
Black with #0ABC03
Text Example
Text Example
White with #0ABC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC03; }
p { color: rgb(10,188,3); }
H1.HeaderClassName
{
color: #0ABC03;
}
.AnyTagClassName
{
color: #0ABC03;
}
</style>
background-color css
<style>
a { background-color: #0ABC03; }
a { background-color: rgb(10,188,3); }
div.DivClassName
{
background-color: #0ABC03;
}
.BgClassName
{
background-color: #0ABC03;
}
</style>
border-color css
<style>
span { border-color: #0ABC03; }
span { border-color: rgb(10,188,3); }
td.TdClassName
{
border-color: #0ABC03;
}
.TagClassName
{
border-color: #0ABC03;
}
</style>