Shades of Pigment Green #13AB4C
Tints of Pigment Green #13AB4C
RGB
CMYK
RGB Variations
Color information
#13AB4C (or 0x13AB4C) is known color: Pigment Green. HEX triplet: 13, AB and 4C. RGB value is (19,171,76). Sum of RGB (Red+Green+Blue) = 19+171+76=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 171 (67.19% from 255 or 64.29% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AB4C is #EC54B3. Grayscale: #727272. Windows color (decimal): -15488180 or 5024531. OLE color: 5024531.
HSL color Cylindrical-coordinate representation of color #13AB4C: hue angle of 142.5º 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 #13AB4C is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 171 | 76 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.33 |
| HSL | 142.5º | 0.8% | 0.37% | - |
| HSV(B) | 142.5º | 0.89% | 0.67% | - |
| XYZ | 16.14 | 29.79 | 11.74 | - |
| YUV | 114.72 | 106.14 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 76 | 0.89 | 0 | 0.56 | 0.33 | 142.5 | 0.8 | 0.37 |
| Hex | 13 | AB | 4C | 59 | 0 | 38 | 21 | 8E | 50 | 25 |
| Octal | 23 | 253 | 114 | 131 | 0 | 70 | 41 | 216 | 120 | 45 |
| Binary | 10011 | 10101011 | 1001100 | 1011001 | 0 | 111000 | 100001 | 10001110 | 1010000 | 100101 |
Color Harmonies of #13AB4C
Complementary color
Monochromatic Colors of #13AB4C
Black with #13AB4C
Text Example
Text Example
White with #13AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AB4C; }
p { color: rgb(19,171,76); }
H1.HeaderClassName
{
color: #13AB4C;
}
.AnyTagClassName
{
color: #13AB4C;
}
</style>
background-color css
<style>
a { background-color: #13AB4C; }
a { background-color: rgb(19,171,76); }
div.DivClassName
{
background-color: #13AB4C;
}
.BgClassName
{
background-color: #13AB4C;
}
</style>
border-color css
<style>
span { border-color: #13AB4C; }
span { border-color: rgb(19,171,76); }
td.TdClassName
{
border-color: #13AB4C;
}
.TagClassName
{
border-color: #13AB4C;
}
</style>