Shades of Pigment Green #1AA845
Tints of Pigment Green #1AA845
RGB
CMYK
RGB Variations
Color information
#1AA845 (or 0x1AA845) is known color: Pigment Green. HEX triplet: 1A, A8 and 45. RGB value is (26,168,69). Sum of RGB (Red+Green+Blue) = 26+168+69=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 168 (66.02% from 255 or 63.88% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 168 - color contains mainly: green. Hex color #1AA845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA845 is #E557BA. Grayscale: #727272. Windows color (decimal): -15030203 or 4565018. OLE color: 4565018.
HSL color Cylindrical-coordinate representation of color #1AA845: hue angle of 138.17º 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 #1AA845 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 168 | 69 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.34 |
| HSL | 138.17º | 0.73% | 0.38% | - |
| HSV(B) | 138.17º | 0.85% | 0.66% | - |
| XYZ | 15.5 | 28.65 | 10.34 | - |
| YUV | 114.26 | 102.46 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 69 | 0.85 | 0 | 0.59 | 0.34 | 138.17 | 0.73 | 0.38 |
| Hex | 1A | A8 | 45 | 55 | 0 | 3B | 22 | 8A | 49 | 26 |
| Octal | 32 | 250 | 105 | 125 | 0 | 73 | 42 | 212 | 111 | 46 |
| Binary | 11010 | 10101000 | 1000101 | 1010101 | 0 | 111011 | 100010 | 10001010 | 1001001 | 100110 |
Color Harmonies of #1AA845
Complementary color
Monochromatic Colors of #1AA845
Black with #1AA845
Text Example
Text Example
White with #1AA845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA845; }
p { color: rgb(26,168,69); }
H1.HeaderClassName
{
color: #1AA845;
}
.AnyTagClassName
{
color: #1AA845;
}
</style>
background-color css
<style>
a { background-color: #1AA845; }
a { background-color: rgb(26,168,69); }
div.DivClassName
{
background-color: #1AA845;
}
.BgClassName
{
background-color: #1AA845;
}
</style>
border-color css
<style>
span { border-color: #1AA845; }
span { border-color: rgb(26,168,69); }
td.TdClassName
{
border-color: #1AA845;
}
.TagClassName
{
border-color: #1AA845;
}
</style>