Shades of Shamrock Green #06A25C
Tints of Shamrock Green #06A25C
RGB
CMYK
RGB Variations
Color information
#06A25C (or 0x06A25C) is known color: Shamrock Green. HEX triplet: 06, A2 and 5C. RGB value is (6,162,92). Sum of RGB (Red+Green+Blue) = 6+162+92=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 162 (63.67% from 255 or 62.31% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 162 - color contains mainly: green. Hex color #06A25C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A25C is #F95DA3. Grayscale: #6B6B6B. Windows color (decimal): -16342436 or 6070790. OLE color: 6070790.
HSL color Cylindrical-coordinate representation of color #06A25C: hue angle of 153.08º 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 #06A25C is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 92 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.36 |
| HSL | 153.08º | 0.93% | 0.33% | - |
| HSV(B) | 153.08º | 0.96% | 0.64% | - |
| XYZ | 14.93 | 26.65 | 14.48 | - |
| YUV | 107.38 | 119.32 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 92 | 0.96 | 0 | 0.43 | 0.36 | 153.08 | 0.93 | 0.33 |
| Hex | 6 | A2 | 5C | 60 | 0 | 2B | 24 | 99 | 5D | 21 |
| Octal | 6 | 242 | 134 | 140 | 0 | 53 | 44 | 231 | 135 | 41 |
| Binary | 110 | 10100010 | 1011100 | 1100000 | 0 | 101011 | 100100 | 10011001 | 1011101 | 100001 |
Color Harmonies of #06A25C
Complementary color
Monochromatic Colors of #06A25C
Black with #06A25C
Text Example
Text Example
White with #06A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A25C; }
p { color: rgb(6,162,92); }
H1.HeaderClassName
{
color: #06A25C;
}
.AnyTagClassName
{
color: #06A25C;
}
</style>
background-color css
<style>
a { background-color: #06A25C; }
a { background-color: rgb(6,162,92); }
div.DivClassName
{
background-color: #06A25C;
}
.BgClassName
{
background-color: #06A25C;
}
</style>
border-color css
<style>
span { border-color: #06A25C; }
span { border-color: rgb(6,162,92); }
td.TdClassName
{
border-color: #06A25C;
}
.TagClassName
{
border-color: #06A25C;
}
</style>