Shades of Shamrock Green #05A45D
Tints of Shamrock Green #05A45D
RGB
CMYK
RGB Variations
Color information
#05A45D (or 0x05A45D) is known color: Shamrock Green. HEX triplet: 05, A4 and 5D. RGB value is (5,164,93). Sum of RGB (Red+Green+Blue) = 5+164+93=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 164 (64.45% from 255 or 62.60% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 164 - color contains mainly: green. Hex color #05A45D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A45D is #FA5BA2. Grayscale: #6C6C6C. Windows color (decimal): -16407459 or 6136837. OLE color: 6136837.
HSL color Cylindrical-coordinate representation of color #05A45D: hue angle of 153.21º 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 #05A45D is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 164 | 93 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.36 |
| HSL | 153.21º | 0.94% | 0.33% | - |
| HSV(B) | 153.21º | 0.97% | 0.64% | - |
| XYZ | 15.31 | 27.37 | 14.83 | - |
| YUV | 108.37 | 119.32 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 164 | 93 | 0.97 | 0 | 0.43 | 0.36 | 153.21 | 0.94 | 0.33 |
| Hex | 5 | A4 | 5D | 61 | 0 | 2B | 24 | 99 | 5E | 21 |
| Octal | 5 | 244 | 135 | 141 | 0 | 53 | 44 | 231 | 136 | 41 |
| Binary | 101 | 10100100 | 1011101 | 1100001 | 0 | 101011 | 100100 | 10011001 | 1011110 | 100001 |
Color Harmonies of #05A45D
Complementary color
Monochromatic Colors of #05A45D
Black with #05A45D
Text Example
Text Example
White with #05A45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A45D; }
p { color: rgb(5,164,93); }
H1.HeaderClassName
{
color: #05A45D;
}
.AnyTagClassName
{
color: #05A45D;
}
</style>
background-color css
<style>
a { background-color: #05A45D; }
a { background-color: rgb(5,164,93); }
div.DivClassName
{
background-color: #05A45D;
}
.BgClassName
{
background-color: #05A45D;
}
</style>
border-color css
<style>
span { border-color: #05A45D; }
span { border-color: rgb(5,164,93); }
td.TdClassName
{
border-color: #05A45D;
}
.TagClassName
{
border-color: #05A45D;
}
</style>