Shades of Shamrock Green #058F5A
Tints of Shamrock Green #058F5A
RGB
CMYK
RGB Variations
Color information
#058F5A (or 0x058F5A) is known color: Shamrock Green. HEX triplet: 05, 8F and 5A. RGB value is (5,143,90). Sum of RGB (Red+Green+Blue) = 5+143+90=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 143 (56.25% from 255 or 60.08% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 143 - color contains mainly: green. Hex color #058F5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F5A is #FA70A5. Grayscale: #5F5F5F. Windows color (decimal): -16412838 or 5934853. OLE color: 5934853.
HSL color Cylindrical-coordinate representation of color #058F5A: hue angle of 156.96º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F5A is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 90 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.44 |
| HSL | 156.96º | 0.93% | 0.29% | - |
| HSV(B) | 156.96º | 0.97% | 0.56% | - |
| XYZ | 11.73 | 20.42 | 13 | - |
| YUV | 95.7 | 124.78 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 90 | 0.97 | 0 | 0.37 | 0.44 | 156.96 | 0.93 | 0.29 |
| Hex | 5 | 8F | 5A | 61 | 0 | 25 | 2C | 9D | 5D | 1D |
| Octal | 5 | 217 | 132 | 141 | 0 | 45 | 54 | 235 | 135 | 35 |
| Binary | 101 | 10001111 | 1011010 | 1100001 | 0 | 100101 | 101100 | 10011101 | 1011101 | 11101 |
Color Harmonies of #058F5A
Complementary color
Monochromatic Colors of #058F5A
Black with #058F5A
Text Example
Text Example
White with #058F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F5A; }
p { color: rgb(5,143,90); }
H1.HeaderClassName
{
color: #058F5A;
}
.AnyTagClassName
{
color: #058F5A;
}
</style>
background-color css
<style>
a { background-color: #058F5A; }
a { background-color: rgb(5,143,90); }
div.DivClassName
{
background-color: #058F5A;
}
.BgClassName
{
background-color: #058F5A;
}
</style>
border-color css
<style>
span { border-color: #058F5A; }
span { border-color: rgb(5,143,90); }
td.TdClassName
{
border-color: #058F5A;
}
.TagClassName
{
border-color: #058F5A;
}
</style>