Shades of Islamic Green #10AC02
Tints of Islamic Green #10AC02
RGB
CMYK
RGB Variations
Color information
#10AC02 (or 0x10AC02) is known color: Islamic Green. HEX triplet: 10, AC and 02. RGB value is (16,172,2). Sum of RGB (Red+Green+Blue) = 16+172+2=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 172 (67.58% from 255 or 90.53% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AC02 is #EF53FD. Grayscale: #6A6A6A. Windows color (decimal): -15684606 or 175120. OLE color: 175120.
HSL color Cylindrical-coordinate representation of color #10AC02: hue angle of 115.06º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10AC02 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.33 |
| HSL | 115.06º | 0.98% | 0.34% | - |
| HSV(B) | 115.06º | 0.99% | 0.67% | - |
| XYZ | 14.98 | 29.62 | 4.99 | - |
| YUV | 105.98 | 69.32 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 2 | 0.91 | 0 | 0.99 | 0.33 | 115.06 | 0.98 | 0.34 |
| Hex | 10 | AC | 2 | 5B | 0 | 63 | 21 | 73 | 62 | 22 |
| Octal | 20 | 254 | 2 | 133 | 0 | 143 | 41 | 163 | 142 | 42 |
| Binary | 10000 | 10101100 | 10 | 1011011 | 0 | 1100011 | 100001 | 1110011 | 1100010 | 100010 |
Color Harmonies of #10AC02
Complementary color
Monochromatic Colors of #10AC02
Black with #10AC02
Text Example
Text Example
White with #10AC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC02; }
p { color: rgb(16,172,2); }
H1.HeaderClassName
{
color: #10AC02;
}
.AnyTagClassName
{
color: #10AC02;
}
</style>
background-color css
<style>
a { background-color: #10AC02; }
a { background-color: rgb(16,172,2); }
div.DivClassName
{
background-color: #10AC02;
}
.BgClassName
{
background-color: #10AC02;
}
</style>
border-color css
<style>
span { border-color: #10AC02; }
span { border-color: rgb(16,172,2); }
td.TdClassName
{
border-color: #10AC02;
}
.TagClassName
{
border-color: #10AC02;
}
</style>