Shades of Shamrock Green #13A25D
Tints of Shamrock Green #13A25D
RGB
CMYK
RGB Variations
Color information
#13A25D (or 0x13A25D) is known color: Shamrock Green. HEX triplet: 13, A2 and 5D. RGB value is (19,162,93). Sum of RGB (Red+Green+Blue) = 19+162+93=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #13A25D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A25D is #EC5DA2. Grayscale: #6F6F6F. Windows color (decimal): -15490467 or 6136339. OLE color: 6136339.
HSL color Cylindrical-coordinate representation of color #13A25D: hue angle of 151.05º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A25D is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 93 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.36 |
| HSL | 151.05º | 0.79% | 0.35% | - |
| HSV(B) | 151.05º | 0.88% | 0.64% | - |
| XYZ | 15.16 | 26.77 | 14.72 | - |
| YUV | 111.38 | 117.62 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 93 | 0.88 | 0 | 0.43 | 0.36 | 151.05 | 0.79 | 0.35 |
| Hex | 13 | A2 | 5D | 58 | 0 | 2B | 24 | 97 | 4F | 23 |
| Octal | 23 | 242 | 135 | 130 | 0 | 53 | 44 | 227 | 117 | 43 |
| Binary | 10011 | 10100010 | 1011101 | 1011000 | 0 | 101011 | 100100 | 10010111 | 1001111 | 100011 |
Color Harmonies of #13A25D
Complementary color
Monochromatic Colors of #13A25D
Black with #13A25D
Text Example
Text Example
White with #13A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A25D; }
p { color: rgb(19,162,93); }
H1.HeaderClassName
{
color: #13A25D;
}
.AnyTagClassName
{
color: #13A25D;
}
</style>
background-color css
<style>
a { background-color: #13A25D; }
a { background-color: rgb(19,162,93); }
div.DivClassName
{
background-color: #13A25D;
}
.BgClassName
{
background-color: #13A25D;
}
</style>
border-color css
<style>
span { border-color: #13A25D; }
span { border-color: rgb(19,162,93); }
td.TdClassName
{
border-color: #13A25D;
}
.TagClassName
{
border-color: #13A25D;
}
</style>