Shades of Islamic Green #06AD10
Tints of Islamic Green #06AD10
RGB
CMYK
RGB Variations
Color information
#06AD10 (or 0x06AD10) is known color: Islamic Green. HEX triplet: 06, AD and 10. RGB value is (6,173,16). Sum of RGB (Red+Green+Blue) = 6+173+16=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 173 (67.97% from 255 or 88.72% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06AD10 is #F952EF. Grayscale: #696969. Windows color (decimal): -16339696 or 1092870. OLE color: 1092870.
HSL color Cylindrical-coordinate representation of color #06AD10: hue angle of 123.59º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AD10 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 173 | 16 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.32 |
| HSL | 123.59º | 0.93% | 0.35% | - |
| HSV(B) | 123.59º | 0.97% | 0.68% | - |
| XYZ | 15.11 | 29.96 | 5.48 | - |
| YUV | 105.17 | 77.67 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 16 | 0.97 | 0 | 0.91 | 0.32 | 123.59 | 0.93 | 0.35 |
| Hex | 6 | AD | 10 | 61 | 0 | 5B | 20 | 7C | 5D | 23 |
| Octal | 6 | 255 | 20 | 141 | 0 | 133 | 40 | 174 | 135 | 43 |
| Binary | 110 | 10101101 | 10000 | 1100001 | 0 | 1011011 | 100000 | 1111100 | 1011101 | 100011 |
Color Harmonies of #06AD10
Complementary color
Monochromatic Colors of #06AD10
Black with #06AD10
Text Example
Text Example
White with #06AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AD10; }
p { color: rgb(6,173,16); }
H1.HeaderClassName
{
color: #06AD10;
}
.AnyTagClassName
{
color: #06AD10;
}
</style>
background-color css
<style>
a { background-color: #06AD10; }
a { background-color: rgb(6,173,16); }
div.DivClassName
{
background-color: #06AD10;
}
.BgClassName
{
background-color: #06AD10;
}
</style>
border-color css
<style>
span { border-color: #06AD10; }
span { border-color: rgb(6,173,16); }
td.TdClassName
{
border-color: #06AD10;
}
.TagClassName
{
border-color: #06AD10;
}
</style>