Shades of Dark Pastel Green #1AAA37
Tints of Dark Pastel Green #1AAA37
RGB
CMYK
RGB Variations
Color information
#1AAA37 (or 0x1AAA37) is known color: Dark Pastel Green. HEX triplet: 1A, AA and 37. RGB value is (26,170,55). Sum of RGB (Red+Green+Blue) = 26+170+55=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 170 (66.80% from 255 or 67.73% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA37 is #E555C8. Grayscale: #727272. Windows color (decimal): -15029705 or 3648026. OLE color: 3648026.
HSL color Cylindrical-coordinate representation of color #1AAA37: hue angle of 132.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA37 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 55 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.33 |
| HSL | 132.08º | 0.73% | 0.38% | - |
| HSV(B) | 132.08º | 0.85% | 0.67% | - |
| XYZ | 15.49 | 29.24 | 8.44 | - |
| YUV | 113.83 | 94.79 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 55 | 0.85 | 0 | 0.68 | 0.33 | 132.08 | 0.73 | 0.38 |
| Hex | 1A | AA | 37 | 55 | 0 | 44 | 21 | 84 | 49 | 26 |
| Octal | 32 | 252 | 67 | 125 | 0 | 104 | 41 | 204 | 111 | 46 |
| Binary | 11010 | 10101010 | 110111 | 1010101 | 0 | 1000100 | 100001 | 10000100 | 1001001 | 100110 |
Color Harmonies of #1AAA37
Complementary color
Monochromatic Colors of #1AAA37
Black with #1AAA37
Text Example
Text Example
White with #1AAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA37; }
p { color: rgb(26,170,55); }
H1.HeaderClassName
{
color: #1AAA37;
}
.AnyTagClassName
{
color: #1AAA37;
}
</style>
background-color css
<style>
a { background-color: #1AAA37; }
a { background-color: rgb(26,170,55); }
div.DivClassName
{
background-color: #1AAA37;
}
.BgClassName
{
background-color: #1AAA37;
}
</style>
border-color css
<style>
span { border-color: #1AAA37; }
span { border-color: rgb(26,170,55); }
td.TdClassName
{
border-color: #1AAA37;
}
.TagClassName
{
border-color: #1AAA37;
}
</style>