Shades of Shamrock Green #06A65D
Tints of Shamrock Green #06A65D
RGB
CMYK
RGB Variations
Color information
#06A65D (or 0x06A65D) is known color: Shamrock Green. HEX triplet: 06, A6 and 5D. RGB value is (6,166,93). Sum of RGB (Red+Green+Blue) = 6+166+93=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 166 (65.23% from 255 or 62.64% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 166 - color contains mainly: green. Hex color #06A65D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A65D is #F959A2. Grayscale: #6D6D6D. Windows color (decimal): -16341411 or 6137350. OLE color: 6137350.
HSL color Cylindrical-coordinate representation of color #06A65D: hue angle of 152.62º 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 #06A65D is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 166 | 93 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.35 |
| HSL | 152.63º | 0.93% | 0.34% | - |
| HSV(B) | 152.63º | 0.96% | 0.65% | - |
| XYZ | 15.69 | 28.1 | 14.95 | - |
| YUV | 109.84 | 118.49 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 166 | 93 | 0.96 | 0 | 0.44 | 0.35 | 152.63 | 0.93 | 0.34 |
| Hex | 6 | A6 | 5D | 60 | 0 | 2C | 23 | 99 | 5D | 22 |
| Octal | 6 | 246 | 135 | 140 | 0 | 54 | 43 | 231 | 135 | 42 |
| Binary | 110 | 10100110 | 1011101 | 1100000 | 0 | 101100 | 100011 | 10011001 | 1011101 | 100010 |
Color Harmonies of #06A65D
Complementary color
Monochromatic Colors of #06A65D
Black with #06A65D
Text Example
Text Example
White with #06A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A65D; }
p { color: rgb(6,166,93); }
H1.HeaderClassName
{
color: #06A65D;
}
.AnyTagClassName
{
color: #06A65D;
}
</style>
background-color css
<style>
a { background-color: #06A65D; }
a { background-color: rgb(6,166,93); }
div.DivClassName
{
background-color: #06A65D;
}
.BgClassName
{
background-color: #06A65D;
}
</style>
border-color css
<style>
span { border-color: #06A65D; }
span { border-color: rgb(6,166,93); }
td.TdClassName
{
border-color: #06A65D;
}
.TagClassName
{
border-color: #06A65D;
}
</style>