Shades of Islamic Green #10AB10
Tints of Islamic Green #10AB10
RGB
CMYK
RGB Variations
Color information
#10AB10 (or 0x10AB10) is known color: Islamic Green. HEX triplet: 10, AB and 10. RGB value is (16,171,16). Sum of RGB (Red+Green+Blue) = 16+171+16=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 171 (67.19% from 255 or 84.24% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AB10 is #EF54EF. Grayscale: #6B6B6B. Windows color (decimal): -15684848 or 1092368. OLE color: 1092368.
HSL color Cylindrical-coordinate representation of color #10AB10: hue angle of 120º 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 #10AB10 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 16 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.33 |
| HSL | 120º | 0.83% | 0.37% | - |
| HSV(B) | 120º | 0.91% | 0.67% | - |
| XYZ | 14.87 | 29.27 | 5.36 | - |
| YUV | 106.99 | 76.65 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 16 | 0.91 | 0 | 0.91 | 0.33 | 120 | 0.83 | 0.37 |
| Hex | 10 | AB | 10 | 5B | 0 | 5B | 21 | 78 | 53 | 25 |
| Octal | 20 | 253 | 20 | 133 | 0 | 133 | 41 | 170 | 123 | 45 |
| Binary | 10000 | 10101011 | 10000 | 1011011 | 0 | 1011011 | 100001 | 1111000 | 1010011 | 100101 |
Color Harmonies of #10AB10
Complementary color
Monochromatic Colors of #10AB10
Black with #10AB10
Text Example
Text Example
White with #10AB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB10; }
p { color: rgb(16,171,16); }
H1.HeaderClassName
{
color: #10AB10;
}
.AnyTagClassName
{
color: #10AB10;
}
</style>
background-color css
<style>
a { background-color: #10AB10; }
a { background-color: rgb(16,171,16); }
div.DivClassName
{
background-color: #10AB10;
}
.BgClassName
{
background-color: #10AB10;
}
</style>
border-color css
<style>
span { border-color: #10AB10; }
span { border-color: rgb(16,171,16); }
td.TdClassName
{
border-color: #10AB10;
}
.TagClassName
{
border-color: #10AB10;
}
</style>