Shades of Pigment Green #1AA85C
Tints of Pigment Green #1AA85C
RGB
CMYK
RGB Variations
Color information
#1AA85C (or 0x1AA85C) is known color: Pigment Green. HEX triplet: 1A, A8 and 5C. RGB value is (26,168,92). Sum of RGB (Red+Green+Blue) = 26+168+92=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 168 (66.02% from 255 or 58.74% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 168 - color contains mainly: green. Hex color #1AA85C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA85C is #E557A3. Grayscale: #757575. Windows color (decimal): -15030180 or 6072346. OLE color: 6072346.
HSL color Cylindrical-coordinate representation of color #1AA85C: hue angle of 147.89º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA85C is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 168 | 92 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.34 |
| HSL | 147.89º | 0.73% | 0.38% | - |
| HSV(B) | 147.89º | 0.85% | 0.66% | - |
| XYZ | 16.36 | 29 | 14.86 | - |
| YUV | 116.88 | 113.96 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 92 | 0.85 | 0 | 0.45 | 0.34 | 147.89 | 0.73 | 0.38 |
| Hex | 1A | A8 | 5C | 55 | 0 | 2D | 22 | 94 | 49 | 26 |
| Octal | 32 | 250 | 134 | 125 | 0 | 55 | 42 | 224 | 111 | 46 |
| Binary | 11010 | 10101000 | 1011100 | 1010101 | 0 | 101101 | 100010 | 10010100 | 1001001 | 100110 |
Color Harmonies of #1AA85C
Complementary color
Monochromatic Colors of #1AA85C
Black with #1AA85C
Text Example
Text Example
White with #1AA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA85C; }
p { color: rgb(26,168,92); }
H1.HeaderClassName
{
color: #1AA85C;
}
.AnyTagClassName
{
color: #1AA85C;
}
</style>
background-color css
<style>
a { background-color: #1AA85C; }
a { background-color: rgb(26,168,92); }
div.DivClassName
{
background-color: #1AA85C;
}
.BgClassName
{
background-color: #1AA85C;
}
</style>
border-color css
<style>
span { border-color: #1AA85C; }
span { border-color: rgb(26,168,92); }
td.TdClassName
{
border-color: #1AA85C;
}
.TagClassName
{
border-color: #1AA85C;
}
</style>