Shades of Dark Pastel Green #1ABA4D
Tints of Dark Pastel Green #1ABA4D
RGB
CMYK
RGB Variations
Color information
#1ABA4D (or 0x1ABA4D) is known color: Dark Pastel Green. HEX triplet: 1A, BA and 4D. RGB value is (26,186,77). Sum of RGB (Red+Green+Blue) = 26+186+77=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA4D is #E545B2. Grayscale: #7E7E7E. Windows color (decimal): -15025587 or 5093914. OLE color: 5093914.
HSL color Cylindrical-coordinate representation of color #1ABA4D: hue angle of 139.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABA4D is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 77 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.27 |
| HSL | 139.13º | 0.75% | 0.42% | - |
| HSV(B) | 139.13º | 0.86% | 0.73% | - |
| XYZ | 19.32 | 35.87 | 12.93 | - |
| YUV | 125.73 | 100.49 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 77 | 0.86 | 0 | 0.59 | 0.27 | 139.13 | 0.75 | 0.42 |
| Hex | 1A | BA | 4D | 56 | 0 | 3B | 1B | 8B | 4B | 2A |
| Octal | 32 | 272 | 115 | 126 | 0 | 73 | 33 | 213 | 113 | 52 |
| Binary | 11010 | 10111010 | 1001101 | 1010110 | 0 | 111011 | 11011 | 10001011 | 1001011 | 101010 |
Color Harmonies of #1ABA4D
Complementary color
Monochromatic Colors of #1ABA4D
Black with #1ABA4D
Text Example
Text Example
White with #1ABA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA4D; }
p { color: rgb(26,186,77); }
H1.HeaderClassName
{
color: #1ABA4D;
}
.AnyTagClassName
{
color: #1ABA4D;
}
</style>
background-color css
<style>
a { background-color: #1ABA4D; }
a { background-color: rgb(26,186,77); }
div.DivClassName
{
background-color: #1ABA4D;
}
.BgClassName
{
background-color: #1ABA4D;
}
</style>
border-color css
<style>
span { border-color: #1ABA4D; }
span { border-color: rgb(26,186,77); }
td.TdClassName
{
border-color: #1ABA4D;
}
.TagClassName
{
border-color: #1ABA4D;
}
</style>