Shades of Dark Pastel Green #1AAE2F
Tints of Dark Pastel Green #1AAE2F
RGB
CMYK
RGB Variations
Color information
#1AAE2F (or 0x1AAE2F) is known color: Dark Pastel Green. HEX triplet: 1A, AE and 2F. RGB value is (26,174,47). Sum of RGB (Red+Green+Blue) = 26+174+47=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 174 (68.36% from 255 or 70.45% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAE2F is #E551D0. Grayscale: #737373. Windows color (decimal): -15028689 or 3124762. OLE color: 3124762.
HSL color Cylindrical-coordinate representation of color #1AAE2F: hue angle of 128.51º 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 #1AAE2F is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 174 | 47 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.32 |
| HSL | 128.51º | 0.74% | 0.39% | - |
| HSV(B) | 128.51º | 0.85% | 0.68% | - |
| XYZ | 16.08 | 30.7 | 7.77 | - |
| YUV | 115.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 47 | 0.85 | 0 | 0.73 | 0.32 | 128.51 | 0.74 | 0.39 |
| Hex | 1A | AE | 2F | 55 | 0 | 49 | 20 | 81 | 4A | 27 |
| Octal | 32 | 256 | 57 | 125 | 0 | 111 | 40 | 201 | 112 | 47 |
| Binary | 11010 | 10101110 | 101111 | 1010101 | 0 | 1001001 | 100000 | 10000001 | 1001010 | 100111 |
Color Harmonies of #1AAE2F
Complementary color
Monochromatic Colors of #1AAE2F
Black with #1AAE2F
Text Example
Text Example
White with #1AAE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAE2F; }
p { color: rgb(26,174,47); }
H1.HeaderClassName
{
color: #1AAE2F;
}
.AnyTagClassName
{
color: #1AAE2F;
}
</style>
background-color css
<style>
a { background-color: #1AAE2F; }
a { background-color: rgb(26,174,47); }
div.DivClassName
{
background-color: #1AAE2F;
}
.BgClassName
{
background-color: #1AAE2F;
}
</style>
border-color css
<style>
span { border-color: #1AAE2F; }
span { border-color: rgb(26,174,47); }
td.TdClassName
{
border-color: #1AAE2F;
}
.TagClassName
{
border-color: #1AAE2F;
}
</style>