Shades of Islamic Green #0ABB03
Tints of Islamic Green #0ABB03
RGB
CMYK
RGB Variations
Color information
#0ABB03 (or 0x0ABB03) is known color: Islamic Green. HEX triplet: 0A, BB and 03. RGB value is (10,187,3). Sum of RGB (Red+Green+Blue) = 10+187+3=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 187 (73.44% from 255 or 93.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABB03 is #F544FC. Grayscale: #717171. Windows color (decimal): -16073981 or 244490. OLE color: 244490.
HSL color Cylindrical-coordinate representation of color #0ABB03: hue angle of 117.72º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0ABB03 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 3 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.27 |
| HSL | 117.72º | 0.97% | 0.37% | - |
| HSV(B) | 117.72º | 0.98% | 0.73% | - |
| XYZ | 17.91 | 35.61 | 6.02 | - |
| YUV | 113.1 | 65.86 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 3 | 0.95 | 0 | 0.98 | 0.27 | 117.72 | 0.97 | 0.37 |
| Hex | A | BB | 3 | 5F | 0 | 62 | 1B | 76 | 61 | 25 |
| Octal | 12 | 273 | 3 | 137 | 0 | 142 | 33 | 166 | 141 | 45 |
| Binary | 1010 | 10111011 | 11 | 1011111 | 0 | 1100010 | 11011 | 1110110 | 1100001 | 100101 |
Color Harmonies of #0ABB03
Complementary color
Monochromatic Colors of #0ABB03
Black with #0ABB03
Text Example
Text Example
White with #0ABB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB03; }
p { color: rgb(10,187,3); }
H1.HeaderClassName
{
color: #0ABB03;
}
.AnyTagClassName
{
color: #0ABB03;
}
</style>
background-color css
<style>
a { background-color: #0ABB03; }
a { background-color: rgb(10,187,3); }
div.DivClassName
{
background-color: #0ABB03;
}
.BgClassName
{
background-color: #0ABB03;
}
</style>
border-color css
<style>
span { border-color: #0ABB03; }
span { border-color: rgb(10,187,3); }
td.TdClassName
{
border-color: #0ABB03;
}
.TagClassName
{
border-color: #0ABB03;
}
</style>