Shades of Islamic Green #10AB11
Tints of Islamic Green #10AB11
RGB
CMYK
RGB Variations
Color information
#10AB11 (or 0x10AB11) is known color: Islamic Green. HEX triplet: 10, AB and 11. RGB value is (16,171,17). Sum of RGB (Red+Green+Blue) = 16+171+17=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 171 (67.19% from 255 or 83.82% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AB11 is #EF54EE. Grayscale: #6B6B6B. Windows color (decimal): -15684847 or 1157904. OLE color: 1157904.
HSL color Cylindrical-coordinate representation of color #10AB11: hue angle of 120.39º 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 #10AB11 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 17 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.33 |
| HSL | 120.39º | 0.83% | 0.37% | - |
| HSV(B) | 120.39º | 0.91% | 0.67% | - |
| XYZ | 14.88 | 29.28 | 5.4 | - |
| YUV | 107.1 | 77.15 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 17 | 0.91 | 0 | 0.90 | 0.33 | 120.39 | 0.83 | 0.37 |
| Hex | 10 | AB | 11 | 5B | 0 | 5A | 21 | 78 | 53 | 25 |
| Octal | 20 | 253 | 21 | 133 | 0 | 132 | 41 | 170 | 123 | 45 |
| Binary | 10000 | 10101011 | 10001 | 1011011 | 0 | 1011010 | 100001 | 1111000 | 1010011 | 100101 |
Color Harmonies of #10AB11
Complementary color
Monochromatic Colors of #10AB11
Black with #10AB11
Text Example
Text Example
White with #10AB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB11; }
p { color: rgb(16,171,17); }
H1.HeaderClassName
{
color: #10AB11;
}
.AnyTagClassName
{
color: #10AB11;
}
</style>
background-color css
<style>
a { background-color: #10AB11; }
a { background-color: rgb(16,171,17); }
div.DivClassName
{
background-color: #10AB11;
}
.BgClassName
{
background-color: #10AB11;
}
</style>
border-color css
<style>
span { border-color: #10AB11; }
span { border-color: rgb(16,171,17); }
td.TdClassName
{
border-color: #10AB11;
}
.TagClassName
{
border-color: #10AB11;
}
</style>