Shades of Shamrock Green #05A25D
Tints of Shamrock Green #05A25D
RGB
CMYK
RGB Variations
Color information
#05A25D (or 0x05A25D) is known color: Shamrock Green. HEX triplet: 05, A2 and 5D. RGB value is (5,162,93). Sum of RGB (Red+Green+Blue) = 5+162+93=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 162 (63.67% from 255 or 62.31% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 162 - color contains mainly: green. Hex color #05A25D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A25D is #FA5DA2. Grayscale: #6B6B6B. Windows color (decimal): -16407971 or 6136325. OLE color: 6136325.
HSL color Cylindrical-coordinate representation of color #05A25D: hue angle of 153.63º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A25D is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 162 | 93 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.36 |
| HSL | 153.63º | 0.94% | 0.33% | - |
| HSV(B) | 153.63º | 0.97% | 0.64% | - |
| XYZ | 14.96 | 26.66 | 14.71 | - |
| YUV | 107.19 | 119.99 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 93 | 0.97 | 0 | 0.43 | 0.36 | 153.63 | 0.94 | 0.33 |
| Hex | 5 | A2 | 5D | 61 | 0 | 2B | 24 | 9A | 5E | 21 |
| Octal | 5 | 242 | 135 | 141 | 0 | 53 | 44 | 232 | 136 | 41 |
| Binary | 101 | 10100010 | 1011101 | 1100001 | 0 | 101011 | 100100 | 10011010 | 1011110 | 100001 |
Color Harmonies of #05A25D
Complementary color
Monochromatic Colors of #05A25D
Black with #05A25D
Text Example
Text Example
White with #05A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A25D; }
p { color: rgb(5,162,93); }
H1.HeaderClassName
{
color: #05A25D;
}
.AnyTagClassName
{
color: #05A25D;
}
</style>
background-color css
<style>
a { background-color: #05A25D; }
a { background-color: rgb(5,162,93); }
div.DivClassName
{
background-color: #05A25D;
}
.BgClassName
{
background-color: #05A25D;
}
</style>
border-color css
<style>
span { border-color: #05A25D; }
span { border-color: rgb(5,162,93); }
td.TdClassName
{
border-color: #05A25D;
}
.TagClassName
{
border-color: #05A25D;
}
</style>