Shades of Islamic Green #00A610
Tints of Islamic Green #00A610
RGB
CMYK
RGB Variations
Color information
#00A610 (or 0x00A610) is known color: Islamic Green. HEX triplet: 00, A6 and 10. RGB value is (0,166,16). Sum of RGB (Red+Green+Blue) = 0+166+16=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 166 (65.23% from 255 or 91.21% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 166 - color contains mainly: green. Hex color #00A610 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00A610 is #FF59EF. Grayscale: #636363. Windows color (decimal): -16734704 or 1091072. OLE color: 1091072.
HSL color Cylindrical-coordinate representation of color #00A610: hue angle of 125.78º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A610 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 166 | 16 | - |
| CMYK | 1 | 0 | 0.90 | 0.35 |
| HSL | 125.78º | 1% | 0.33% | - |
| HSV(B) | 125.78º | 1% | 0.65% | - |
| XYZ | 13.73 | 27.31 | 5.04 | - |
| YUV | 99.27 | 81 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 16 | 1 | 0 | 0.90 | 0.35 | 125.78 | 1 | 0.33 |
| Hex | 0 | A6 | 10 | 64 | 0 | 5A | 23 | 7E | 64 | 21 |
| Octal | 0 | 246 | 20 | 144 | 0 | 132 | 43 | 176 | 144 | 41 |
| Binary | 0 | 10100110 | 10000 | 1100100 | 0 | 1011010 | 100011 | 1111110 | 1100100 | 100001 |
Color Harmonies of #00A610
Complementary color
Monochromatic Colors of #00A610
Black with #00A610
Text Example
Text Example
White with #00A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A610; }
p { color: rgb(0,166,16); }
H1.HeaderClassName
{
color: #00A610;
}
.AnyTagClassName
{
color: #00A610;
}
</style>
background-color css
<style>
a { background-color: #00A610; }
a { background-color: rgb(0,166,16); }
div.DivClassName
{
background-color: #00A610;
}
.BgClassName
{
background-color: #00A610;
}
</style>
border-color css
<style>
span { border-color: #00A610; }
span { border-color: rgb(0,166,16); }
td.TdClassName
{
border-color: #00A610;
}
.TagClassName
{
border-color: #00A610;
}
</style>