Shades of Pigment Green #13AB4A
Tints of Pigment Green #13AB4A
RGB
CMYK
RGB Variations
Color information
#13AB4A (or 0x13AB4A) is known color: Pigment Green. HEX triplet: 13, AB and 4A. RGB value is (19,171,74). Sum of RGB (Red+Green+Blue) = 19+171+74=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 171 (67.19% from 255 or 64.77% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AB4A is #EC54B5. Grayscale: #727272. Windows color (decimal): -15488182 or 4893459. OLE color: 4893459.
HSL color Cylindrical-coordinate representation of color #13AB4A: hue angle of 141.71º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AB4A is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 171 | 74 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.33 |
| HSL | 141.71º | 0.8% | 0.37% | - |
| HSV(B) | 141.71º | 0.89% | 0.67% | - |
| XYZ | 16.07 | 29.76 | 11.38 | - |
| YUV | 114.49 | 105.14 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 74 | 0.89 | 0 | 0.57 | 0.33 | 141.71 | 0.8 | 0.37 |
| Hex | 13 | AB | 4A | 59 | 0 | 39 | 21 | 8E | 50 | 25 |
| Octal | 23 | 253 | 112 | 131 | 0 | 71 | 41 | 216 | 120 | 45 |
| Binary | 10011 | 10101011 | 1001010 | 1011001 | 0 | 111001 | 100001 | 10001110 | 1010000 | 100101 |
Color Harmonies of #13AB4A
Complementary color
Monochromatic Colors of #13AB4A
Black with #13AB4A
Text Example
Text Example
White with #13AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AB4A; }
p { color: rgb(19,171,74); }
H1.HeaderClassName
{
color: #13AB4A;
}
.AnyTagClassName
{
color: #13AB4A;
}
</style>
background-color css
<style>
a { background-color: #13AB4A; }
a { background-color: rgb(19,171,74); }
div.DivClassName
{
background-color: #13AB4A;
}
.BgClassName
{
background-color: #13AB4A;
}
</style>
border-color css
<style>
span { border-color: #13AB4A; }
span { border-color: rgb(19,171,74); }
td.TdClassName
{
border-color: #13AB4A;
}
.TagClassName
{
border-color: #13AB4A;
}
</style>