Shades of Islamic Green #06A612
Tints of Islamic Green #06A612
RGB
CMYK
RGB Variations
Color information
#06A612 (or 0x06A612) is known color: Islamic Green. HEX triplet: 06, A6 and 12. RGB value is (6,166,18). Sum of RGB (Red+Green+Blue) = 6+166+18=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 166 (65.23% from 255 or 87.37% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 166 - color contains mainly: green. Hex color #06A612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A612 is #F959ED. Grayscale: #656565. Windows color (decimal): -16341486 or 1222150. OLE color: 1222150.
HSL color Cylindrical-coordinate representation of color #06A612: hue angle of 124.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A612 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 166 | 18 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.35 |
| HSL | 124.5º | 0.93% | 0.34% | - |
| HSV(B) | 124.5º | 0.96% | 0.65% | - |
| XYZ | 13.82 | 27.35 | 5.12 | - |
| YUV | 101.29 | 80.99 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 166 | 18 | 0.96 | 0 | 0.89 | 0.35 | 124.5 | 0.93 | 0.34 |
| Hex | 6 | A6 | 12 | 60 | 0 | 59 | 23 | 7C | 5D | 22 |
| Octal | 6 | 246 | 22 | 140 | 0 | 131 | 43 | 174 | 135 | 42 |
| Binary | 110 | 10100110 | 10010 | 1100000 | 0 | 1011001 | 100011 | 1111100 | 1011101 | 100010 |
Color Harmonies of #06A612
Complementary color
Monochromatic Colors of #06A612
Black with #06A612
Text Example
Text Example
White with #06A612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A612; }
p { color: rgb(6,166,18); }
H1.HeaderClassName
{
color: #06A612;
}
.AnyTagClassName
{
color: #06A612;
}
</style>
background-color css
<style>
a { background-color: #06A612; }
a { background-color: rgb(6,166,18); }
div.DivClassName
{
background-color: #06A612;
}
.BgClassName
{
background-color: #06A612;
}
</style>
border-color css
<style>
span { border-color: #06A612; }
span { border-color: rgb(6,166,18); }
td.TdClassName
{
border-color: #06A612;
}
.TagClassName
{
border-color: #06A612;
}
</style>