Shades of Shamrock Green #06A360
Tints of Shamrock Green #06A360
RGB
CMYK
RGB Variations
Color information
#06A360 (or 0x06A360) is known color: Shamrock Green. HEX triplet: 06, A3 and 60. RGB value is (6,163,96). Sum of RGB (Red+Green+Blue) = 6+163+96=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 163 (64.06% from 255 or 61.51% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 163 - color contains mainly: green. Hex color #06A360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A360 is #F95C9F. Grayscale: #6C6C6C. Windows color (decimal): -16342176 or 6333190. OLE color: 6333190.
HSL color Cylindrical-coordinate representation of color #06A360: hue angle of 154.39º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A360 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 163 | 96 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.36 |
| HSL | 154.39º | 0.93% | 0.33% | - |
| HSV(B) | 154.39º | 0.96% | 0.64% | - |
| XYZ | 15.28 | 27.08 | 15.49 | - |
| YUV | 108.42 | 120.99 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 163 | 96 | 0.96 | 0 | 0.41 | 0.36 | 154.39 | 0.93 | 0.33 |
| Hex | 6 | A3 | 60 | 60 | 0 | 29 | 24 | 9A | 5D | 21 |
| Octal | 6 | 243 | 140 | 140 | 0 | 51 | 44 | 232 | 135 | 41 |
| Binary | 110 | 10100011 | 1100000 | 1100000 | 0 | 101001 | 100100 | 10011010 | 1011101 | 100001 |
Color Harmonies of #06A360
Complementary color
Monochromatic Colors of #06A360
Black with #06A360
Text Example
Text Example
White with #06A360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A360; }
p { color: rgb(6,163,96); }
H1.HeaderClassName
{
color: #06A360;
}
.AnyTagClassName
{
color: #06A360;
}
</style>
background-color css
<style>
a { background-color: #06A360; }
a { background-color: rgb(6,163,96); }
div.DivClassName
{
background-color: #06A360;
}
.BgClassName
{
background-color: #06A360;
}
</style>
border-color css
<style>
span { border-color: #06A360; }
span { border-color: rgb(6,163,96); }
td.TdClassName
{
border-color: #06A360;
}
.TagClassName
{
border-color: #06A360;
}
</style>