Shades of Pigment Green #1AB057
Tints of Pigment Green #1AB057
RGB
CMYK
RGB Variations
Color information
#1AB057 (or 0x1AB057) is known color: Pigment Green. HEX triplet: 1A, B0 and 57. RGB value is (26,176,87). Sum of RGB (Red+Green+Blue) = 26+176+87=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 176 (69.14% from 255 or 60.90% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB057 is #E54FA8. Grayscale: #797979. Windows color (decimal): -15028137 or 5746714. OLE color: 5746714.
HSL color Cylindrical-coordinate representation of color #1AB057: hue angle of 144.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB057 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 176 | 87 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.31 |
| HSL | 144.4º | 0.74% | 0.4% | - |
| HSV(B) | 144.4º | 0.85% | 0.69% | - |
| XYZ | 17.67 | 31.96 | 14.25 | - |
| YUV | 121 | 108.81 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 87 | 0.85 | 0 | 0.51 | 0.31 | 144.4 | 0.74 | 0.4 |
| Hex | 1A | B0 | 57 | 55 | 0 | 33 | 1F | 90 | 4A | 28 |
| Octal | 32 | 260 | 127 | 125 | 0 | 63 | 37 | 220 | 112 | 50 |
| Binary | 11010 | 10110000 | 1010111 | 1010101 | 0 | 110011 | 11111 | 10010000 | 1001010 | 101000 |
Color Harmonies of #1AB057
Complementary color
Monochromatic Colors of #1AB057
Black with #1AB057
Text Example
Text Example
White with #1AB057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB057; }
p { color: rgb(26,176,87); }
H1.HeaderClassName
{
color: #1AB057;
}
.AnyTagClassName
{
color: #1AB057;
}
</style>
background-color css
<style>
a { background-color: #1AB057; }
a { background-color: rgb(26,176,87); }
div.DivClassName
{
background-color: #1AB057;
}
.BgClassName
{
background-color: #1AB057;
}
</style>
border-color css
<style>
span { border-color: #1AB057; }
span { border-color: rgb(26,176,87); }
td.TdClassName
{
border-color: #1AB057;
}
.TagClassName
{
border-color: #1AB057;
}
</style>