Shades of Shamrock Green #05895A
Tints of Shamrock Green #05895A
RGB
CMYK
RGB Variations
Color information
#05895A (or 0x05895A) is known color: Shamrock Green. HEX triplet: 05, 89 and 5A. RGB value is (5,137,90). Sum of RGB (Red+Green+Blue) = 5+137+90=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 137 (53.91% from 255 or 59.05% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 137 - color contains mainly: green. Hex color #05895A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05895A is #FA76A5. Grayscale: #5C5C5C. Windows color (decimal): -16414374 or 5933317. OLE color: 5933317.
HSL color Cylindrical-coordinate representation of color #05895A: hue angle of 158.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05895A is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 90 | - |
| CMYK | 0.96 | 0 | 0.34 | 0.46 |
| HSL | 158.64º | 0.93% | 0.28% | - |
| HSV(B) | 158.64º | 0.96% | 0.54% | - |
| XYZ | 10.85 | 18.66 | 12.7 | - |
| YUV | 92.17 | 126.77 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 90 | 0.96 | 0 | 0.34 | 0.46 | 158.64 | 0.93 | 0.28 |
| Hex | 5 | 89 | 5A | 60 | 0 | 22 | 2E | 9F | 5D | 1C |
| Octal | 5 | 211 | 132 | 140 | 0 | 42 | 56 | 237 | 135 | 34 |
| Binary | 101 | 10001001 | 1011010 | 1100000 | 0 | 100010 | 101110 | 10011111 | 1011101 | 11100 |
Color Harmonies of #05895A
Complementary color
Monochromatic Colors of #05895A
Black with #05895A
Text Example
Text Example
White with #05895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05895A; }
p { color: rgb(5,137,90); }
H1.HeaderClassName
{
color: #05895A;
}
.AnyTagClassName
{
color: #05895A;
}
</style>
background-color css
<style>
a { background-color: #05895A; }
a { background-color: rgb(5,137,90); }
div.DivClassName
{
background-color: #05895A;
}
.BgClassName
{
background-color: #05895A;
}
</style>
border-color css
<style>
span { border-color: #05895A; }
span { border-color: rgb(5,137,90); }
td.TdClassName
{
border-color: #05895A;
}
.TagClassName
{
border-color: #05895A;
}
</style>