Shades of Islamic Green #0ABB15
Tints of Islamic Green #0ABB15
RGB
CMYK
RGB Variations
Color information
#0ABB15 (or 0x0ABB15) is known color: Islamic Green. HEX triplet: 0A, BB and 15. RGB value is (10,187,21). Sum of RGB (Red+Green+Blue) = 10+187+21=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 187 (73.44% from 255 or 85.78% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABB15 is #F544EA. Grayscale: #737373. Windows color (decimal): -16073963 or 1424138. OLE color: 1424138.
HSL color Cylindrical-coordinate representation of color #0ABB15: hue angle of 123.73º 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 #0ABB15 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 21 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.27 |
| HSL | 123.73º | 0.9% | 0.39% | - |
| HSV(B) | 123.73º | 0.95% | 0.73% | - |
| XYZ | 18.03 | 35.66 | 6.64 | - |
| YUV | 115.15 | 74.86 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 21 | 0.95 | 0 | 0.89 | 0.27 | 123.73 | 0.9 | 0.39 |
| Hex | A | BB | 15 | 5F | 0 | 59 | 1B | 7C | 5A | 27 |
| Octal | 12 | 273 | 25 | 137 | 0 | 131 | 33 | 174 | 132 | 47 |
| Binary | 1010 | 10111011 | 10101 | 1011111 | 0 | 1011001 | 11011 | 1111100 | 1011010 | 100111 |
Color Harmonies of #0ABB15
Complementary color
Monochromatic Colors of #0ABB15
Black with #0ABB15
Text Example
Text Example
White with #0ABB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB15; }
p { color: rgb(10,187,21); }
H1.HeaderClassName
{
color: #0ABB15;
}
.AnyTagClassName
{
color: #0ABB15;
}
</style>
background-color css
<style>
a { background-color: #0ABB15; }
a { background-color: rgb(10,187,21); }
div.DivClassName
{
background-color: #0ABB15;
}
.BgClassName
{
background-color: #0ABB15;
}
</style>
border-color css
<style>
span { border-color: #0ABB15; }
span { border-color: rgb(10,187,21); }
td.TdClassName
{
border-color: #0ABB15;
}
.TagClassName
{
border-color: #0ABB15;
}
</style>