Shades of Islamic Green #0ABB10
Tints of Islamic Green #0ABB10
RGB
CMYK
RGB Variations
Color information
#0ABB10 (or 0x0ABB10) is known color: Islamic Green. HEX triplet: 0A, BB and 10. RGB value is (10,187,16). Sum of RGB (Red+Green+Blue) = 10+187+16=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 187 (73.44% from 255 or 87.79% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABB10 is #F544EF. Grayscale: #737373. Windows color (decimal): -16073968 or 1096458. OLE color: 1096458.
HSL color Cylindrical-coordinate representation of color #0ABB10: hue angle of 122.03º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABB10 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 16 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.27 |
| HSL | 122.03º | 0.9% | 0.39% | - |
| HSV(B) | 122.03º | 0.95% | 0.73% | - |
| XYZ | 17.99 | 35.64 | 6.42 | - |
| YUV | 114.58 | 72.36 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 16 | 0.95 | 0 | 0.91 | 0.27 | 122.03 | 0.9 | 0.39 |
| Hex | A | BB | 10 | 5F | 0 | 5B | 1B | 7A | 5A | 27 |
| Octal | 12 | 273 | 20 | 137 | 0 | 133 | 33 | 172 | 132 | 47 |
| Binary | 1010 | 10111011 | 10000 | 1011111 | 0 | 1011011 | 11011 | 1111010 | 1011010 | 100111 |
Color Harmonies of #0ABB10
Complementary color
Monochromatic Colors of #0ABB10
Black with #0ABB10
Text Example
Text Example
White with #0ABB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB10; }
p { color: rgb(10,187,16); }
H1.HeaderClassName
{
color: #0ABB10;
}
.AnyTagClassName
{
color: #0ABB10;
}
</style>
background-color css
<style>
a { background-color: #0ABB10; }
a { background-color: rgb(10,187,16); }
div.DivClassName
{
background-color: #0ABB10;
}
.BgClassName
{
background-color: #0ABB10;
}
</style>
border-color css
<style>
span { border-color: #0ABB10; }
span { border-color: rgb(10,187,16); }
td.TdClassName
{
border-color: #0ABB10;
}
.TagClassName
{
border-color: #0ABB10;
}
</style>