Shades of Dark Pastel Green #1AA941
Tints of Dark Pastel Green #1AA941
RGB
CMYK
RGB Variations
Color information
#1AA941 (or 0x1AA941) is known color: Dark Pastel Green. HEX triplet: 1A, A9 and 41. RGB value is (26,169,65). Sum of RGB (Red+Green+Blue) = 26+169+65=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 169 (66.41% from 255 or 65% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA941 is #E556BE. Grayscale: #727272. Windows color (decimal): -15029951 or 4303130. OLE color: 4303130.
HSL color Cylindrical-coordinate representation of color #1AA941: hue angle of 136.36º 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 #1AA941 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 169 | 65 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.34 |
| HSL | 136.36º | 0.73% | 0.38% | - |
| HSV(B) | 136.36º | 0.85% | 0.66% | - |
| XYZ | 15.57 | 28.98 | 9.77 | - |
| YUV | 114.39 | 100.12 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 169 | 65 | 0.85 | 0 | 0.62 | 0.34 | 136.36 | 0.73 | 0.38 |
| Hex | 1A | A9 | 41 | 55 | 0 | 3E | 22 | 88 | 49 | 26 |
| Octal | 32 | 251 | 101 | 125 | 0 | 76 | 42 | 210 | 111 | 46 |
| Binary | 11010 | 10101001 | 1000001 | 1010101 | 0 | 111110 | 100010 | 10001000 | 1001001 | 100110 |
Color Harmonies of #1AA941
Complementary color
Monochromatic Colors of #1AA941
Black with #1AA941
Text Example
Text Example
White with #1AA941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA941; }
p { color: rgb(26,169,65); }
H1.HeaderClassName
{
color: #1AA941;
}
.AnyTagClassName
{
color: #1AA941;
}
</style>
background-color css
<style>
a { background-color: #1AA941; }
a { background-color: rgb(26,169,65); }
div.DivClassName
{
background-color: #1AA941;
}
.BgClassName
{
background-color: #1AA941;
}
</style>
border-color css
<style>
span { border-color: #1AA941; }
span { border-color: rgb(26,169,65); }
td.TdClassName
{
border-color: #1AA941;
}
.TagClassName
{
border-color: #1AA941;
}
</style>