Shades of Shamrock Green #05AA5D
Tints of Shamrock Green #05AA5D
RGB
CMYK
RGB Variations
Color information
#05AA5D (or 0x05AA5D) is known color: Shamrock Green. HEX triplet: 05, AA and 5D. RGB value is (5,170,93). Sum of RGB (Red+Green+Blue) = 5+170+93=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AA5D is #FA55A2. Grayscale: #707070. Windows color (decimal): -16405923 or 6138373. OLE color: 6138373.
HSL color Cylindrical-coordinate representation of color #05AA5D: hue angle of 152º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AA5D is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 170 | 93 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.33 |
| HSL | 152º | 0.94% | 0.34% | - |
| HSV(B) | 152º | 0.97% | 0.67% | - |
| XYZ | 16.41 | 29.57 | 15.2 | - |
| YUV | 111.89 | 117.34 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 93 | 0.97 | 0 | 0.45 | 0.33 | 152 | 0.94 | 0.34 |
| Hex | 5 | AA | 5D | 61 | 0 | 2D | 21 | 98 | 5E | 22 |
| Octal | 5 | 252 | 135 | 141 | 0 | 55 | 41 | 230 | 136 | 42 |
| Binary | 101 | 10101010 | 1011101 | 1100001 | 0 | 101101 | 100001 | 10011000 | 1011110 | 100010 |
Color Harmonies of #05AA5D
Complementary color
Monochromatic Colors of #05AA5D
Black with #05AA5D
Text Example
Text Example
White with #05AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AA5D; }
p { color: rgb(5,170,93); }
H1.HeaderClassName
{
color: #05AA5D;
}
.AnyTagClassName
{
color: #05AA5D;
}
</style>
background-color css
<style>
a { background-color: #05AA5D; }
a { background-color: rgb(5,170,93); }
div.DivClassName
{
background-color: #05AA5D;
}
.BgClassName
{
background-color: #05AA5D;
}
</style>
border-color css
<style>
span { border-color: #05AA5D; }
span { border-color: rgb(5,170,93); }
td.TdClassName
{
border-color: #05AA5D;
}
.TagClassName
{
border-color: #05AA5D;
}
</style>