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