Shades of Islamic Green #10AC1A
Tints of Islamic Green #10AC1A
RGB
CMYK
RGB Variations
Color information
#10AC1A (or 0x10AC1A) is known color: Islamic Green. HEX triplet: 10, AC and 1A. RGB value is (16,172,26). Sum of RGB (Red+Green+Blue) = 16+172+26=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 172 (67.58% from 255 or 80.37% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AC1A is #EF53E5. Grayscale: #6D6D6D. Windows color (decimal): -15684582 or 1747984. OLE color: 1747984.
HSL color Cylindrical-coordinate representation of color #10AC1A: hue angle of 123.85º 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 #10AC1A is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 26 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.33 |
| HSL | 123.85º | 0.83% | 0.37% | - |
| HSV(B) | 123.85º | 0.91% | 0.67% | - |
| XYZ | 15.15 | 29.69 | 5.91 | - |
| YUV | 108.71 | 81.32 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 26 | 0.91 | 0 | 0.85 | 0.33 | 123.85 | 0.83 | 0.37 |
| Hex | 10 | AC | 1A | 5B | 0 | 55 | 21 | 7C | 53 | 25 |
| Octal | 20 | 254 | 32 | 133 | 0 | 125 | 41 | 174 | 123 | 45 |
| Binary | 10000 | 10101100 | 11010 | 1011011 | 0 | 1010101 | 100001 | 1111100 | 1010011 | 100101 |
Color Harmonies of #10AC1A
Complementary color
Monochromatic Colors of #10AC1A
Black with #10AC1A
Text Example
Text Example
White with #10AC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC1A; }
p { color: rgb(16,172,26); }
H1.HeaderClassName
{
color: #10AC1A;
}
.AnyTagClassName
{
color: #10AC1A;
}
</style>
background-color css
<style>
a { background-color: #10AC1A; }
a { background-color: rgb(16,172,26); }
div.DivClassName
{
background-color: #10AC1A;
}
.BgClassName
{
background-color: #10AC1A;
}
</style>
border-color css
<style>
span { border-color: #10AC1A; }
span { border-color: rgb(16,172,26); }
td.TdClassName
{
border-color: #10AC1A;
}
.TagClassName
{
border-color: #10AC1A;
}
</style>