Shades of Shamrock Green #05A05C
Tints of Shamrock Green #05A05C
RGB
CMYK
RGB Variations
Color information
#05A05C (or 0x05A05C) is known color: Shamrock Green. HEX triplet: 05, A0 and 5C. RGB value is (5,160,92). Sum of RGB (Red+Green+Blue) = 5+160+92=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 160 (62.89% from 255 or 62.26% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 160 - color contains mainly: green. Hex color #05A05C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A05C is #FA5FA3. Grayscale: #6A6A6A. Windows color (decimal): -16408484 or 6070277. OLE color: 6070277.
HSL color Cylindrical-coordinate representation of color #05A05C: hue angle of 153.68º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A05C is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 160 | 92 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.37 |
| HSL | 153.68º | 0.94% | 0.32% | - |
| HSV(B) | 153.68º | 0.97% | 0.63% | - |
| XYZ | 14.57 | 25.95 | 14.37 | - |
| YUV | 105.9 | 120.15 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 92 | 0.97 | 0 | 0.43 | 0.37 | 153.68 | 0.94 | 0.32 |
| Hex | 5 | A0 | 5C | 61 | 0 | 2B | 25 | 9A | 5E | 20 |
| Octal | 5 | 240 | 134 | 141 | 0 | 53 | 45 | 232 | 136 | 40 |
| Binary | 101 | 10100000 | 1011100 | 1100001 | 0 | 101011 | 100101 | 10011010 | 1011110 | 100000 |
Color Harmonies of #05A05C
Complementary color
Monochromatic Colors of #05A05C
Black with #05A05C
Text Example
Text Example
White with #05A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A05C; }
p { color: rgb(5,160,92); }
H1.HeaderClassName
{
color: #05A05C;
}
.AnyTagClassName
{
color: #05A05C;
}
</style>
background-color css
<style>
a { background-color: #05A05C; }
a { background-color: rgb(5,160,92); }
div.DivClassName
{
background-color: #05A05C;
}
.BgClassName
{
background-color: #05A05C;
}
</style>
border-color css
<style>
span { border-color: #05A05C; }
span { border-color: rgb(5,160,92); }
td.TdClassName
{
border-color: #05A05C;
}
.TagClassName
{
border-color: #05A05C;
}
</style>