Shades of Islamic Green #10A619
Tints of Islamic Green #10A619
RGB
CMYK
RGB Variations
Color information
#10A619 (or 0x10A619) is known color: Islamic Green. HEX triplet: 10, A6 and 19. RGB value is (16,166,25). Sum of RGB (Red+Green+Blue) = 16+166+25=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 166 (65.23% from 255 or 80.19% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 166 - color contains mainly: green. Hex color #10A619 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A619 is #EF59E6. Grayscale: #696969. Windows color (decimal): -15686119 or 1680912. OLE color: 1680912.
HSL color Cylindrical-coordinate representation of color #10A619: hue angle of 123.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A619 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 25 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.35 |
| HSL | 123.6º | 0.82% | 0.36% | - |
| HSV(B) | 123.6º | 0.9% | 0.65% | - |
| XYZ | 14.03 | 27.45 | 5.48 | - |
| YUV | 105.08 | 82.81 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 25 | 0.90 | 0 | 0.85 | 0.35 | 123.6 | 0.82 | 0.36 |
| Hex | 10 | A6 | 19 | 5A | 0 | 55 | 23 | 7C | 52 | 24 |
| Octal | 20 | 246 | 31 | 132 | 0 | 125 | 43 | 174 | 122 | 44 |
| Binary | 10000 | 10100110 | 11001 | 1011010 | 0 | 1010101 | 100011 | 1111100 | 1010010 | 100100 |
Color Harmonies of #10A619
Complementary color
Monochromatic Colors of #10A619
Black with #10A619
Text Example
Text Example
White with #10A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A619; }
p { color: rgb(16,166,25); }
H1.HeaderClassName
{
color: #10A619;
}
.AnyTagClassName
{
color: #10A619;
}
</style>
background-color css
<style>
a { background-color: #10A619; }
a { background-color: rgb(16,166,25); }
div.DivClassName
{
background-color: #10A619;
}
.BgClassName
{
background-color: #10A619;
}
</style>
border-color css
<style>
span { border-color: #10A619; }
span { border-color: rgb(16,166,25); }
td.TdClassName
{
border-color: #10A619;
}
.TagClassName
{
border-color: #10A619;
}
</style>