Shades of Shamrock Green #06A05D
Tints of Shamrock Green #06A05D
RGB
CMYK
RGB Variations
Color information
#06A05D (or 0x06A05D) is known color: Shamrock Green. HEX triplet: 06, A0 and 5D. RGB value is (6,160,93). Sum of RGB (Red+Green+Blue) = 6+160+93=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #06A05D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A05D is #F95FA2. Grayscale: #6A6A6A. Windows color (decimal): -16342947 or 6135814. OLE color: 6135814.
HSL color Cylindrical-coordinate representation of color #06A05D: hue angle of 153.9º 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 #06A05D is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 160 | 93 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.37 |
| HSL | 153.9º | 0.93% | 0.33% | - |
| HSV(B) | 153.9º | 0.96% | 0.63% | - |
| XYZ | 14.62 | 25.97 | 14.6 | - |
| YUV | 106.32 | 120.48 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 160 | 93 | 0.96 | 0 | 0.42 | 0.37 | 153.9 | 0.93 | 0.33 |
| Hex | 6 | A0 | 5D | 60 | 0 | 2A | 25 | 9A | 5D | 21 |
| Octal | 6 | 240 | 135 | 140 | 0 | 52 | 45 | 232 | 135 | 41 |
| Binary | 110 | 10100000 | 1011101 | 1100000 | 0 | 101010 | 100101 | 10011010 | 1011101 | 100001 |
Color Harmonies of #06A05D
Complementary color
Monochromatic Colors of #06A05D
Black with #06A05D
Text Example
Text Example
White with #06A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A05D; }
p { color: rgb(6,160,93); }
H1.HeaderClassName
{
color: #06A05D;
}
.AnyTagClassName
{
color: #06A05D;
}
</style>
background-color css
<style>
a { background-color: #06A05D; }
a { background-color: rgb(6,160,93); }
div.DivClassName
{
background-color: #06A05D;
}
.BgClassName
{
background-color: #06A05D;
}
</style>
border-color css
<style>
span { border-color: #06A05D; }
span { border-color: rgb(6,160,93); }
td.TdClassName
{
border-color: #06A05D;
}
.TagClassName
{
border-color: #06A05D;
}
</style>