Shades of Dark Pastel Green #1AAE40
Tints of Dark Pastel Green #1AAE40
RGB
CMYK
RGB Variations
Color information
#1AAE40 (or 0x1AAE40) is known color: Dark Pastel Green. HEX triplet: 1A, AE and 40. RGB value is (26,174,64). Sum of RGB (Red+Green+Blue) = 26+174+64=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 174 (68.36% from 255 or 65.91% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAE40 is #E551BF. Grayscale: #757575. Windows color (decimal): -15028672 or 4238874. OLE color: 4238874.
HSL color Cylindrical-coordinate representation of color #1AAE40: hue angle of 135.41º 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 #1AAE40 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 174 | 64 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.32 |
| HSL | 135.41º | 0.74% | 0.39% | - |
| HSV(B) | 135.41º | 0.85% | 0.68% | - |
| XYZ | 16.49 | 30.86 | 9.94 | - |
| YUV | 117.21 | 97.97 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 64 | 0.85 | 0 | 0.63 | 0.32 | 135.41 | 0.74 | 0.39 |
| Hex | 1A | AE | 40 | 55 | 0 | 3F | 20 | 87 | 4A | 27 |
| Octal | 32 | 256 | 100 | 125 | 0 | 77 | 40 | 207 | 112 | 47 |
| Binary | 11010 | 10101110 | 1000000 | 1010101 | 0 | 111111 | 100000 | 10000111 | 1001010 | 100111 |
Color Harmonies of #1AAE40
Complementary color
Monochromatic Colors of #1AAE40
Black with #1AAE40
Text Example
Text Example
White with #1AAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAE40; }
p { color: rgb(26,174,64); }
H1.HeaderClassName
{
color: #1AAE40;
}
.AnyTagClassName
{
color: #1AAE40;
}
</style>
background-color css
<style>
a { background-color: #1AAE40; }
a { background-color: rgb(26,174,64); }
div.DivClassName
{
background-color: #1AAE40;
}
.BgClassName
{
background-color: #1AAE40;
}
</style>
border-color css
<style>
span { border-color: #1AAE40; }
span { border-color: rgb(26,174,64); }
td.TdClassName
{
border-color: #1AAE40;
}
.TagClassName
{
border-color: #1AAE40;
}
</style>