Shades of Islamic Green #10AB08
Tints of Islamic Green #10AB08
RGB
CMYK
RGB Variations
Color information
#10AB08 (or 0x10AB08) is known color: Islamic Green. HEX triplet: 10, AB and 08. RGB value is (16,171,8). Sum of RGB (Red+Green+Blue) = 16+171+8=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 171 (67.19% from 255 or 87.69% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AB08 is #EF54F7. Grayscale: #6A6A6A. Windows color (decimal): -15684856 or 568080. OLE color: 568080.
HSL color Cylindrical-coordinate representation of color #10AB08: hue angle of 117.06º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10AB08 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 8 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.33 |
| HSL | 117.06º | 0.91% | 0.35% | - |
| HSV(B) | 117.06º | 0.95% | 0.67% | - |
| XYZ | 14.82 | 29.25 | 5.1 | - |
| YUV | 106.07 | 72.65 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 8 | 0.91 | 0 | 0.95 | 0.33 | 117.06 | 0.91 | 0.35 |
| Hex | 10 | AB | 8 | 5B | 0 | 5F | 21 | 75 | 5B | 23 |
| Octal | 20 | 253 | 10 | 133 | 0 | 137 | 41 | 165 | 133 | 43 |
| Binary | 10000 | 10101011 | 1000 | 1011011 | 0 | 1011111 | 100001 | 1110101 | 1011011 | 100011 |
Color Harmonies of #10AB08
Complementary color
Monochromatic Colors of #10AB08
Black with #10AB08
Text Example
Text Example
White with #10AB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB08; }
p { color: rgb(16,171,8); }
H1.HeaderClassName
{
color: #10AB08;
}
.AnyTagClassName
{
color: #10AB08;
}
</style>
background-color css
<style>
a { background-color: #10AB08; }
a { background-color: rgb(16,171,8); }
div.DivClassName
{
background-color: #10AB08;
}
.BgClassName
{
background-color: #10AB08;
}
</style>
border-color css
<style>
span { border-color: #10AB08; }
span { border-color: rgb(16,171,8); }
td.TdClassName
{
border-color: #10AB08;
}
.TagClassName
{
border-color: #10AB08;
}
</style>