Shades of Islamic Green #10AB19
Tints of Islamic Green #10AB19
RGB
CMYK
RGB Variations
Color information
#10AB19 (or 0x10AB19) is known color: Islamic Green. HEX triplet: 10, AB and 19. RGB value is (16,171,25). Sum of RGB (Red+Green+Blue) = 16+171+25=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 171 (67.19% from 255 or 80.66% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AB19 is #EF54E6. Grayscale: #6C6C6C. Windows color (decimal): -15684839 or 1682192. OLE color: 1682192.
HSL color Cylindrical-coordinate representation of color #10AB19: hue angle of 123.48º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB19 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 25 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.33 |
| HSL | 123.48º | 0.83% | 0.37% | - |
| HSV(B) | 123.48º | 0.91% | 0.67% | - |
| XYZ | 14.95 | 29.31 | 5.79 | - |
| YUV | 108.01 | 81.15 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 25 | 0.91 | 0 | 0.85 | 0.33 | 123.48 | 0.83 | 0.37 |
| Hex | 10 | AB | 19 | 5B | 0 | 55 | 21 | 7B | 53 | 25 |
| Octal | 20 | 253 | 31 | 133 | 0 | 125 | 41 | 173 | 123 | 45 |
| Binary | 10000 | 10101011 | 11001 | 1011011 | 0 | 1010101 | 100001 | 1111011 | 1010011 | 100101 |
Color Harmonies of #10AB19
Complementary color
Monochromatic Colors of #10AB19
Black with #10AB19
Text Example
Text Example
White with #10AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB19; }
p { color: rgb(16,171,25); }
H1.HeaderClassName
{
color: #10AB19;
}
.AnyTagClassName
{
color: #10AB19;
}
</style>
background-color css
<style>
a { background-color: #10AB19; }
a { background-color: rgb(16,171,25); }
div.DivClassName
{
background-color: #10AB19;
}
.BgClassName
{
background-color: #10AB19;
}
</style>
border-color css
<style>
span { border-color: #10AB19; }
span { border-color: rgb(16,171,25); }
td.TdClassName
{
border-color: #10AB19;
}
.TagClassName
{
border-color: #10AB19;
}
</style>