Shades of Pigment Green #13A054
Tints of Pigment Green #13A054
RGB
CMYK
RGB Variations
Color information
#13A054 (or 0x13A054) is known color: Pigment Green. HEX triplet: 13, A0 and 54. RGB value is (19,160,84). Sum of RGB (Red+Green+Blue) = 19+160+84=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #13A054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A054 is #EC5FAB. Grayscale: #6D6D6D. Windows color (decimal): -15490988 or 5546003. OLE color: 5546003.
HSL color Cylindrical-coordinate representation of color #13A054: hue angle of 147.66º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A054 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 160 | 84 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.37 |
| HSL | 147.66º | 0.79% | 0.35% | - |
| HSV(B) | 147.66º | 0.88% | 0.63% | - |
| XYZ | 14.44 | 25.92 | 12.63 | - |
| YUV | 109.18 | 113.79 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 160 | 84 | 0.88 | 0 | 0.48 | 0.37 | 147.66 | 0.79 | 0.35 |
| Hex | 13 | A0 | 54 | 58 | 0 | 30 | 25 | 94 | 4F | 23 |
| Octal | 23 | 240 | 124 | 130 | 0 | 60 | 45 | 224 | 117 | 43 |
| Binary | 10011 | 10100000 | 1010100 | 1011000 | 0 | 110000 | 100101 | 10010100 | 1001111 | 100011 |
Color Harmonies of #13A054
Complementary color
Monochromatic Colors of #13A054
Black with #13A054
Text Example
Text Example
White with #13A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A054; }
p { color: rgb(19,160,84); }
H1.HeaderClassName
{
color: #13A054;
}
.AnyTagClassName
{
color: #13A054;
}
</style>
background-color css
<style>
a { background-color: #13A054; }
a { background-color: rgb(19,160,84); }
div.DivClassName
{
background-color: #13A054;
}
.BgClassName
{
background-color: #13A054;
}
</style>
border-color css
<style>
span { border-color: #13A054; }
span { border-color: rgb(19,160,84); }
td.TdClassName
{
border-color: #13A054;
}
.TagClassName
{
border-color: #13A054;
}
</style>