Shades of Dark Pastel Green #1AA940
Tints of Dark Pastel Green #1AA940
RGB
CMYK
RGB Variations
Color information
#1AA940 (or 0x1AA940) is known color: Dark Pastel Green. HEX triplet: 1A, A9 and 40. RGB value is (26,169,64). Sum of RGB (Red+Green+Blue) = 26+169+64=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 169 (66.41% from 255 or 65.25% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA940 is #E556BF. Grayscale: #727272. Windows color (decimal): -15029952 or 4237594. OLE color: 4237594.
HSL color Cylindrical-coordinate representation of color #1AA940: hue angle of 135.94º 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 #1AA940 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 169 | 64 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.34 |
| HSL | 135.94º | 0.73% | 0.38% | - |
| HSV(B) | 135.94º | 0.85% | 0.66% | - |
| XYZ | 15.54 | 28.97 | 9.62 | - |
| YUV | 114.27 | 99.62 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 169 | 64 | 0.85 | 0 | 0.62 | 0.34 | 135.94 | 0.73 | 0.38 |
| Hex | 1A | A9 | 40 | 55 | 0 | 3E | 22 | 88 | 49 | 26 |
| Octal | 32 | 251 | 100 | 125 | 0 | 76 | 42 | 210 | 111 | 46 |
| Binary | 11010 | 10101001 | 1000000 | 1010101 | 0 | 111110 | 100010 | 10001000 | 1001001 | 100110 |
Color Harmonies of #1AA940
Complementary color
Monochromatic Colors of #1AA940
Black with #1AA940
Text Example
Text Example
White with #1AA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA940; }
p { color: rgb(26,169,64); }
H1.HeaderClassName
{
color: #1AA940;
}
.AnyTagClassName
{
color: #1AA940;
}
</style>
background-color css
<style>
a { background-color: #1AA940; }
a { background-color: rgb(26,169,64); }
div.DivClassName
{
background-color: #1AA940;
}
.BgClassName
{
background-color: #1AA940;
}
</style>
border-color css
<style>
span { border-color: #1AA940; }
span { border-color: rgb(26,169,64); }
td.TdClassName
{
border-color: #1AA940;
}
.TagClassName
{
border-color: #1AA940;
}
</style>