Shades of Pigment Green #19AA4B
Tints of Pigment Green #19AA4B
RGB
CMYK
RGB Variations
Color information
#19AA4B (or 0x19AA4B) is known color: Pigment Green. HEX triplet: 19, AA and 4B. RGB value is (25,170,75). Sum of RGB (Red+Green+Blue) = 25+170+75=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AA4B is #E655B4. Grayscale: #747474. Windows color (decimal): -15095221 or 4958745. OLE color: 4958745.
HSL color Cylindrical-coordinate representation of color #19AA4B: hue angle of 140.69º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AA4B is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 75 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.33 |
| HSL | 140.69º | 0.74% | 0.38% | - |
| HSV(B) | 140.69º | 0.85% | 0.67% | - |
| XYZ | 16.05 | 29.46 | 11.5 | - |
| YUV | 115.82 | 104.96 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 75 | 0.85 | 0 | 0.56 | 0.33 | 140.69 | 0.74 | 0.38 |
| Hex | 19 | AA | 4B | 55 | 0 | 38 | 21 | 8D | 4A | 26 |
| Octal | 31 | 252 | 113 | 125 | 0 | 70 | 41 | 215 | 112 | 46 |
| Binary | 11001 | 10101010 | 1001011 | 1010101 | 0 | 111000 | 100001 | 10001101 | 1001010 | 100110 |
Color Harmonies of #19AA4B
Complementary color
Monochromatic Colors of #19AA4B
Black with #19AA4B
Text Example
Text Example
White with #19AA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AA4B; }
p { color: rgb(25,170,75); }
H1.HeaderClassName
{
color: #19AA4B;
}
.AnyTagClassName
{
color: #19AA4B;
}
</style>
background-color css
<style>
a { background-color: #19AA4B; }
a { background-color: rgb(25,170,75); }
div.DivClassName
{
background-color: #19AA4B;
}
.BgClassName
{
background-color: #19AA4B;
}
</style>
border-color css
<style>
span { border-color: #19AA4B; }
span { border-color: rgb(25,170,75); }
td.TdClassName
{
border-color: #19AA4B;
}
.TagClassName
{
border-color: #19AA4B;
}
</style>