Shades of Dark Pastel Green #1AAA43
Tints of Dark Pastel Green #1AAA43
RGB
CMYK
RGB Variations
Color information
#1AAA43 (or 0x1AAA43) is known color: Dark Pastel Green. HEX triplet: 1A, AA and 43. RGB value is (26,170,67). Sum of RGB (Red+Green+Blue) = 26+170+67=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA43 is #E555BC. Grayscale: #737373. Windows color (decimal): -15029693 or 4434458. OLE color: 4434458.
HSL color Cylindrical-coordinate representation of color #1AAA43: hue angle of 137.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 #1AAA43 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 67 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.33 |
| HSL | 137.08º | 0.73% | 0.38% | - |
| HSV(B) | 137.08º | 0.85% | 0.67% | - |
| XYZ | 15.81 | 29.37 | 10.15 | - |
| YUV | 115.2 | 100.79 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 67 | 0.85 | 0 | 0.61 | 0.33 | 137.08 | 0.73 | 0.38 |
| Hex | 1A | AA | 43 | 55 | 0 | 3D | 21 | 89 | 49 | 26 |
| Octal | 32 | 252 | 103 | 125 | 0 | 75 | 41 | 211 | 111 | 46 |
| Binary | 11010 | 10101010 | 1000011 | 1010101 | 0 | 111101 | 100001 | 10001001 | 1001001 | 100110 |
Color Harmonies of #1AAA43
Complementary color
Monochromatic Colors of #1AAA43
Black with #1AAA43
Text Example
Text Example
White with #1AAA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA43; }
p { color: rgb(26,170,67); }
H1.HeaderClassName
{
color: #1AAA43;
}
.AnyTagClassName
{
color: #1AAA43;
}
</style>
background-color css
<style>
a { background-color: #1AAA43; }
a { background-color: rgb(26,170,67); }
div.DivClassName
{
background-color: #1AAA43;
}
.BgClassName
{
background-color: #1AAA43;
}
</style>
border-color css
<style>
span { border-color: #1AAA43; }
span { border-color: rgb(26,170,67); }
td.TdClassName
{
border-color: #1AAA43;
}
.TagClassName
{
border-color: #1AAA43;
}
</style>