Shades of Shamrock Green #06AA5E
Tints of Shamrock Green #06AA5E
RGB
CMYK
RGB Variations
Color information
#06AA5E (or 0x06AA5E) is known color: Shamrock Green. HEX triplet: 06, AA and 5E. RGB value is (6,170,94). Sum of RGB (Red+Green+Blue) = 6+170+94=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AA5E is #F955A1. Grayscale: #707070. Windows color (decimal): -16340386 or 6203910. OLE color: 6203910.
HSL color Cylindrical-coordinate representation of color #06AA5E: hue angle of 152.2º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AA5E is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 170 | 94 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.33 |
| HSL | 152.2º | 0.93% | 0.35% | - |
| HSV(B) | 152.2º | 0.96% | 0.67% | - |
| XYZ | 16.47 | 29.6 | 15.43 | - |
| YUV | 112.3 | 117.67 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 94 | 0.96 | 0 | 0.45 | 0.33 | 152.2 | 0.93 | 0.35 |
| Hex | 6 | AA | 5E | 60 | 0 | 2D | 21 | 98 | 5D | 23 |
| Octal | 6 | 252 | 136 | 140 | 0 | 55 | 41 | 230 | 135 | 43 |
| Binary | 110 | 10101010 | 1011110 | 1100000 | 0 | 101101 | 100001 | 10011000 | 1011101 | 100011 |
Color Harmonies of #06AA5E
Complementary color
Monochromatic Colors of #06AA5E
Black with #06AA5E
Text Example
Text Example
White with #06AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AA5E; }
p { color: rgb(6,170,94); }
H1.HeaderClassName
{
color: #06AA5E;
}
.AnyTagClassName
{
color: #06AA5E;
}
</style>
background-color css
<style>
a { background-color: #06AA5E; }
a { background-color: rgb(6,170,94); }
div.DivClassName
{
background-color: #06AA5E;
}
.BgClassName
{
background-color: #06AA5E;
}
</style>
border-color css
<style>
span { border-color: #06AA5E; }
span { border-color: rgb(6,170,94); }
td.TdClassName
{
border-color: #06AA5E;
}
.TagClassName
{
border-color: #06AA5E;
}
</style>