Shades of Dark Pastel Green #1AAF3E
Tints of Dark Pastel Green #1AAF3E
RGB
CMYK
RGB Variations
Color information
#1AAF3E (or 0x1AAF3E) is known color: Dark Pastel Green. HEX triplet: 1A, AF and 3E. RGB value is (26,175,62). Sum of RGB (Red+Green+Blue) = 26+175+62=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 175 (68.75% from 255 or 66.54% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAF3E is #E550C1. Grayscale: #757575. Windows color (decimal): -15028418 or 4108058. OLE color: 4108058.
HSL color Cylindrical-coordinate representation of color #1AAF3E: hue angle of 134.5º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAF3E is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 175 | 62 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.31 |
| HSL | 134.5º | 0.74% | 0.39% | - |
| HSV(B) | 134.5º | 0.85% | 0.69% | - |
| XYZ | 16.63 | 31.23 | 9.71 | - |
| YUV | 117.57 | 96.64 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 62 | 0.85 | 0 | 0.65 | 0.31 | 134.5 | 0.74 | 0.39 |
| Hex | 1A | AF | 3E | 55 | 0 | 41 | 1F | 86 | 4A | 27 |
| Octal | 32 | 257 | 76 | 125 | 0 | 101 | 37 | 206 | 112 | 47 |
| Binary | 11010 | 10101111 | 111110 | 1010101 | 0 | 1000001 | 11111 | 10000110 | 1001010 | 100111 |
Color Harmonies of #1AAF3E
Complementary color
Monochromatic Colors of #1AAF3E
Black with #1AAF3E
Text Example
Text Example
White with #1AAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAF3E; }
p { color: rgb(26,175,62); }
H1.HeaderClassName
{
color: #1AAF3E;
}
.AnyTagClassName
{
color: #1AAF3E;
}
</style>
background-color css
<style>
a { background-color: #1AAF3E; }
a { background-color: rgb(26,175,62); }
div.DivClassName
{
background-color: #1AAF3E;
}
.BgClassName
{
background-color: #1AAF3E;
}
</style>
border-color css
<style>
span { border-color: #1AAF3E; }
span { border-color: rgb(26,175,62); }
td.TdClassName
{
border-color: #1AAF3E;
}
.TagClassName
{
border-color: #1AAF3E;
}
</style>