Shades of Islamic Green #06A10D
Tints of Islamic Green #06A10D
RGB
CMYK
RGB Variations
Color information
#06A10D (or 0x06A10D) is known color: Islamic Green. HEX triplet: 06, A1 and 0D. RGB value is (6,161,13). Sum of RGB (Red+Green+Blue) = 6+161+13=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 161 (63.28% from 255 or 89.44% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 161 - color contains mainly: green. Hex color #06A10D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A10D is #F95EF2. Grayscale: #626262. Windows color (decimal): -16342771 or 893190. OLE color: 893190.
HSL color Cylindrical-coordinate representation of color #06A10D: hue angle of 122.71º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A10D is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 161 | 13 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.37 |
| HSL | 122.71º | 0.93% | 0.33% | - |
| HSV(B) | 122.71º | 0.96% | 0.63% | - |
| XYZ | 12.89 | 25.56 | 4.63 | - |
| YUV | 97.78 | 80.15 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 13 | 0.96 | 0 | 0.92 | 0.37 | 122.71 | 0.93 | 0.33 |
| Hex | 6 | A1 | D | 60 | 0 | 5C | 25 | 7B | 5D | 21 |
| Octal | 6 | 241 | 15 | 140 | 0 | 134 | 45 | 173 | 135 | 41 |
| Binary | 110 | 10100001 | 1101 | 1100000 | 0 | 1011100 | 100101 | 1111011 | 1011101 | 100001 |
Color Harmonies of #06A10D
Complementary color
Monochromatic Colors of #06A10D
Black with #06A10D
Text Example
Text Example
White with #06A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A10D; }
p { color: rgb(6,161,13); }
H1.HeaderClassName
{
color: #06A10D;
}
.AnyTagClassName
{
color: #06A10D;
}
</style>
background-color css
<style>
a { background-color: #06A10D; }
a { background-color: rgb(6,161,13); }
div.DivClassName
{
background-color: #06A10D;
}
.BgClassName
{
background-color: #06A10D;
}
</style>
border-color css
<style>
span { border-color: #06A10D; }
span { border-color: rgb(6,161,13); }
td.TdClassName
{
border-color: #06A10D;
}
.TagClassName
{
border-color: #06A10D;
}
</style>