Shades of Pigment Green #1AAD57
Tints of Pigment Green #1AAD57
RGB
CMYK
RGB Variations
Color information
#1AAD57 (or 0x1AAD57) is known color: Pigment Green. HEX triplet: 1A, AD and 57. RGB value is (26,173,87). Sum of RGB (Red+Green+Blue) = 26+173+87=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 173 (67.97% from 255 or 60.49% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 173 - color contains mainly: green. Hex color #1AAD57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAD57 is #E552A8. Grayscale: #777777. Windows color (decimal): -15028905 or 5745946. OLE color: 5745946.
HSL color Cylindrical-coordinate representation of color #1AAD57: hue angle of 144.9º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAD57 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 173 | 87 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.32 |
| HSL | 144.9º | 0.74% | 0.39% | - |
| HSV(B) | 144.9º | 0.85% | 0.68% | - |
| XYZ | 17.09 | 30.79 | 14.06 | - |
| YUV | 119.24 | 109.8 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 87 | 0.85 | 0 | 0.50 | 0.32 | 144.9 | 0.74 | 0.39 |
| Hex | 1A | AD | 57 | 55 | 0 | 32 | 20 | 91 | 4A | 27 |
| Octal | 32 | 255 | 127 | 125 | 0 | 62 | 40 | 221 | 112 | 47 |
| Binary | 11010 | 10101101 | 1010111 | 1010101 | 0 | 110010 | 100000 | 10010001 | 1001010 | 100111 |
Color Harmonies of #1AAD57
Complementary color
Monochromatic Colors of #1AAD57
Black with #1AAD57
Text Example
Text Example
White with #1AAD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAD57; }
p { color: rgb(26,173,87); }
H1.HeaderClassName
{
color: #1AAD57;
}
.AnyTagClassName
{
color: #1AAD57;
}
</style>
background-color css
<style>
a { background-color: #1AAD57; }
a { background-color: rgb(26,173,87); }
div.DivClassName
{
background-color: #1AAD57;
}
.BgClassName
{
background-color: #1AAD57;
}
</style>
border-color css
<style>
span { border-color: #1AAD57; }
span { border-color: rgb(26,173,87); }
td.TdClassName
{
border-color: #1AAD57;
}
.TagClassName
{
border-color: #1AAD57;
}
</style>