Shades of Islamic Green #10A618
Tints of Islamic Green #10A618
RGB
CMYK
RGB Variations
Color information
#10A618 (or 0x10A618) is known color: Islamic Green. HEX triplet: 10, A6 and 18. RGB value is (16,166,24). Sum of RGB (Red+Green+Blue) = 16+166+24=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 166 (65.23% from 255 or 80.58% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 166 - color contains mainly: green. Hex color #10A618 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A618 is #EF59E7. Grayscale: #696969. Windows color (decimal): -15686120 or 1615376. OLE color: 1615376.
HSL color Cylindrical-coordinate representation of color #10A618: hue angle of 123.2º 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 #10A618 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 24 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.35 |
| HSL | 123.2º | 0.82% | 0.36% | - |
| HSV(B) | 123.2º | 0.9% | 0.65% | - |
| XYZ | 14.01 | 27.45 | 5.42 | - |
| YUV | 104.96 | 82.31 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 24 | 0.90 | 0 | 0.86 | 0.35 | 123.2 | 0.82 | 0.36 |
| Hex | 10 | A6 | 18 | 5A | 0 | 56 | 23 | 7B | 52 | 24 |
| Octal | 20 | 246 | 30 | 132 | 0 | 126 | 43 | 173 | 122 | 44 |
| Binary | 10000 | 10100110 | 11000 | 1011010 | 0 | 1010110 | 100011 | 1111011 | 1010010 | 100100 |
Color Harmonies of #10A618
Complementary color
Monochromatic Colors of #10A618
Black with #10A618
Text Example
Text Example
White with #10A618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A618; }
p { color: rgb(16,166,24); }
H1.HeaderClassName
{
color: #10A618;
}
.AnyTagClassName
{
color: #10A618;
}
</style>
background-color css
<style>
a { background-color: #10A618; }
a { background-color: rgb(16,166,24); }
div.DivClassName
{
background-color: #10A618;
}
.BgClassName
{
background-color: #10A618;
}
</style>
border-color css
<style>
span { border-color: #10A618; }
span { border-color: rgb(16,166,24); }
td.TdClassName
{
border-color: #10A618;
}
.TagClassName
{
border-color: #10A618;
}
</style>