Shades of Shamrock Green #13A85E
Tints of Shamrock Green #13A85E
RGB
CMYK
RGB Variations
Color information
#13A85E (or 0x13A85E) is known color: Shamrock Green. HEX triplet: 13, A8 and 5E. RGB value is (19,168,94). Sum of RGB (Red+Green+Blue) = 19+168+94=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #13A85E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A85E is #EC57A1. Grayscale: #737373. Windows color (decimal): -15488930 or 6203411. OLE color: 6203411.
HSL color Cylindrical-coordinate representation of color #13A85E: hue angle of 150.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A85E is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 168 | 94 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.34 |
| HSL | 150.2º | 0.8% | 0.37% | - |
| HSV(B) | 150.2º | 0.89% | 0.66% | - |
| XYZ | 16.29 | 28.95 | 15.32 | - |
| YUV | 115.01 | 116.14 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 94 | 0.89 | 0 | 0.44 | 0.34 | 150.2 | 0.8 | 0.37 |
| Hex | 13 | A8 | 5E | 59 | 0 | 2C | 22 | 96 | 50 | 25 |
| Octal | 23 | 250 | 136 | 131 | 0 | 54 | 42 | 226 | 120 | 45 |
| Binary | 10011 | 10101000 | 1011110 | 1011001 | 0 | 101100 | 100010 | 10010110 | 1010000 | 100101 |
Color Harmonies of #13A85E
Complementary color
Monochromatic Colors of #13A85E
Black with #13A85E
Text Example
Text Example
White with #13A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A85E; }
p { color: rgb(19,168,94); }
H1.HeaderClassName
{
color: #13A85E;
}
.AnyTagClassName
{
color: #13A85E;
}
</style>
background-color css
<style>
a { background-color: #13A85E; }
a { background-color: rgb(19,168,94); }
div.DivClassName
{
background-color: #13A85E;
}
.BgClassName
{
background-color: #13A85E;
}
</style>
border-color css
<style>
span { border-color: #13A85E; }
span { border-color: rgb(19,168,94); }
td.TdClassName
{
border-color: #13A85E;
}
.TagClassName
{
border-color: #13A85E;
}
</style>