Shades of Islamic Green #06A014
Tints of Islamic Green #06A014
RGB
CMYK
RGB Variations
Color information
#06A014 (or 0x06A014) is known color: Islamic Green. HEX triplet: 06, A0 and 14. RGB value is (6,160,20). Sum of RGB (Red+Green+Blue) = 6+160+20=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 160 (62.89% from 255 or 86.02% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 160 - color contains mainly: green. Hex color #06A014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A014 is #F95FEB. Grayscale: #626262. Windows color (decimal): -16343020 or 1351686. OLE color: 1351686.
HSL color Cylindrical-coordinate representation of color #06A014: hue angle of 125.45º 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 #06A014 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 160 | 20 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.37 |
| HSL | 125.45º | 0.93% | 0.33% | - |
| HSV(B) | 125.45º | 0.96% | 0.63% | - |
| XYZ | 12.77 | 25.23 | 4.86 | - |
| YUV | 97.99 | 83.98 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 160 | 20 | 0.96 | 0 | 0.88 | 0.37 | 125.45 | 0.93 | 0.33 |
| Hex | 6 | A0 | 14 | 60 | 0 | 58 | 25 | 7D | 5D | 21 |
| Octal | 6 | 240 | 24 | 140 | 0 | 130 | 45 | 175 | 135 | 41 |
| Binary | 110 | 10100000 | 10100 | 1100000 | 0 | 1011000 | 100101 | 1111101 | 1011101 | 100001 |
Color Harmonies of #06A014
Complementary color
Monochromatic Colors of #06A014
Black with #06A014
Text Example
Text Example
White with #06A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A014; }
p { color: rgb(6,160,20); }
H1.HeaderClassName
{
color: #06A014;
}
.AnyTagClassName
{
color: #06A014;
}
</style>
background-color css
<style>
a { background-color: #06A014; }
a { background-color: rgb(6,160,20); }
div.DivClassName
{
background-color: #06A014;
}
.BgClassName
{
background-color: #06A014;
}
</style>
border-color css
<style>
span { border-color: #06A014; }
span { border-color: rgb(6,160,20); }
td.TdClassName
{
border-color: #06A014;
}
.TagClassName
{
border-color: #06A014;
}
</style>