Shades of Islamic Green #10AB0F
Tints of Islamic Green #10AB0F
RGB
CMYK
RGB Variations
Color information
#10AB0F (or 0x10AB0F) is known color: Islamic Green. HEX triplet: 10, AB and 0F. RGB value is (16,171,15). Sum of RGB (Red+Green+Blue) = 16+171+15=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 171 (67.19% from 255 or 84.65% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AB0F is #EF54F0. Grayscale: #6B6B6B. Windows color (decimal): -15684849 or 1026832. OLE color: 1026832.
HSL color Cylindrical-coordinate representation of color #10AB0F: hue angle of 119.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB0F is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 15 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.33 |
| HSL | 119.62º | 0.84% | 0.36% | - |
| HSV(B) | 119.62º | 0.91% | 0.67% | - |
| XYZ | 14.86 | 29.27 | 5.32 | - |
| YUV | 106.87 | 76.15 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 15 | 0.91 | 0 | 0.91 | 0.33 | 119.62 | 0.84 | 0.36 |
| Hex | 10 | AB | F | 5B | 0 | 5B | 21 | 78 | 54 | 24 |
| Octal | 20 | 253 | 17 | 133 | 0 | 133 | 41 | 170 | 124 | 44 |
| Binary | 10000 | 10101011 | 1111 | 1011011 | 0 | 1011011 | 100001 | 1111000 | 1010100 | 100100 |
Color Harmonies of #10AB0F
Complementary color
Monochromatic Colors of #10AB0F
Black with #10AB0F
Text Example
Text Example
White with #10AB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB0F; }
p { color: rgb(16,171,15); }
H1.HeaderClassName
{
color: #10AB0F;
}
.AnyTagClassName
{
color: #10AB0F;
}
</style>
background-color css
<style>
a { background-color: #10AB0F; }
a { background-color: rgb(16,171,15); }
div.DivClassName
{
background-color: #10AB0F;
}
.BgClassName
{
background-color: #10AB0F;
}
</style>
border-color css
<style>
span { border-color: #10AB0F; }
span { border-color: rgb(16,171,15); }
td.TdClassName
{
border-color: #10AB0F;
}
.TagClassName
{
border-color: #10AB0F;
}
</style>