Shades of Pigment Green #13AB5E
Tints of Pigment Green #13AB5E
RGB
CMYK
RGB Variations
Color information
#13AB5E (or 0x13AB5E) is known color: Pigment Green. HEX triplet: 13, AB and 5E. RGB value is (19,171,94). Sum of RGB (Red+Green+Blue) = 19+171+94=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 171 (67.19% from 255 or 60.21% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AB5E is #EC54A1. Grayscale: #747474. Windows color (decimal): -15488162 or 6204179. OLE color: 6204179.
HSL color Cylindrical-coordinate representation of color #13AB5E: hue angle of 149.61º 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 #13AB5E is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 171 | 94 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.33 |
| HSL | 149.61º | 0.8% | 0.37% | - |
| HSV(B) | 149.61º | 0.89% | 0.67% | - |
| XYZ | 16.85 | 30.07 | 15.51 | - |
| YUV | 116.77 | 115.14 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 94 | 0.89 | 0 | 0.45 | 0.33 | 149.61 | 0.8 | 0.37 |
| Hex | 13 | AB | 5E | 59 | 0 | 2D | 21 | 96 | 50 | 25 |
| Octal | 23 | 253 | 136 | 131 | 0 | 55 | 41 | 226 | 120 | 45 |
| Binary | 10011 | 10101011 | 1011110 | 1011001 | 0 | 101101 | 100001 | 10010110 | 1010000 | 100101 |
Color Harmonies of #13AB5E
Complementary color
Monochromatic Colors of #13AB5E
Black with #13AB5E
Text Example
Text Example
White with #13AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AB5E; }
p { color: rgb(19,171,94); }
H1.HeaderClassName
{
color: #13AB5E;
}
.AnyTagClassName
{
color: #13AB5E;
}
</style>
background-color css
<style>
a { background-color: #13AB5E; }
a { background-color: rgb(19,171,94); }
div.DivClassName
{
background-color: #13AB5E;
}
.BgClassName
{
background-color: #13AB5E;
}
</style>
border-color css
<style>
span { border-color: #13AB5E; }
span { border-color: rgb(19,171,94); }
td.TdClassName
{
border-color: #13AB5E;
}
.TagClassName
{
border-color: #13AB5E;
}
</style>