Shades of Islamic Green #0ABD00
Tints of Islamic Green #0ABD00
RGB
CMYK
RGB Variations
Color information
#0ABD00 (or 0x0ABD00) is known color: Islamic Green. HEX triplet: 0A, BD and 00. RGB value is (10,189,0). Sum of RGB (Red+Green+Blue) = 10+189+0=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 189 (74.22% from 255 or 94.97% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABD00 is #F542FF. Grayscale: #727272. Windows color (decimal): -16073472 or 48394. OLE color: 48394.
HSL color Cylindrical-coordinate representation of color #0ABD00: hue angle of 116.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0ABD00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.26 |
| HSL | 116.83º | 1% | 0.37% | - |
| HSV(B) | 116.83º | 1% | 0.74% | - |
| XYZ | 18.32 | 36.46 | 6.07 | - |
| YUV | 113.93 | 63.7 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 0 | 0.95 | 0 | 1 | 0.26 | 116.83 | 1 | 0.37 |
| Hex | A | BD | 0 | 5F | 0 | 64 | 1A | 75 | 64 | 25 |
| Octal | 12 | 275 | 0 | 137 | 0 | 144 | 32 | 165 | 144 | 45 |
| Binary | 1010 | 10111101 | 0 | 1011111 | 0 | 1100100 | 11010 | 1110101 | 1100100 | 100101 |
Color Harmonies of #0ABD00
Complementary color
Monochromatic Colors of #0ABD00
Black with #0ABD00
Text Example
Text Example
White with #0ABD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABD00; }
p { color: rgb(10,189,0); }
H1.HeaderClassName
{
color: #0ABD00;
}
.AnyTagClassName
{
color: #0ABD00;
}
</style>
background-color css
<style>
a { background-color: #0ABD00; }
a { background-color: rgb(10,189,0); }
div.DivClassName
{
background-color: #0ABD00;
}
.BgClassName
{
background-color: #0ABD00;
}
</style>
border-color css
<style>
span { border-color: #0ABD00; }
span { border-color: rgb(10,189,0); }
td.TdClassName
{
border-color: #0ABD00;
}
.TagClassName
{
border-color: #0ABD00;
}
</style>