Shades of Dark Pastel Green #1ABA4E
Tints of Dark Pastel Green #1ABA4E
RGB
CMYK
RGB Variations
Color information
#1ABA4E (or 0x1ABA4E) is known color: Dark Pastel Green. HEX triplet: 1A, BA and 4E. RGB value is (26,186,78). Sum of RGB (Red+Green+Blue) = 26+186+78=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA4E is #E545B1. Grayscale: #7E7E7E. Windows color (decimal): -15025586 or 5159450. OLE color: 5159450.
HSL color Cylindrical-coordinate representation of color #1ABA4E: hue angle of 139.5º 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 #1ABA4E is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 78 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.27 |
| HSL | 139.5º | 0.75% | 0.42% | - |
| HSV(B) | 139.5º | 0.86% | 0.73% | - |
| XYZ | 19.36 | 35.89 | 13.11 | - |
| YUV | 125.85 | 100.99 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 78 | 0.86 | 0 | 0.58 | 0.27 | 139.5 | 0.75 | 0.42 |
| Hex | 1A | BA | 4E | 56 | 0 | 3A | 1B | 8C | 4B | 2A |
| Octal | 32 | 272 | 116 | 126 | 0 | 72 | 33 | 214 | 113 | 52 |
| Binary | 11010 | 10111010 | 1001110 | 1010110 | 0 | 111010 | 11011 | 10001100 | 1001011 | 101010 |
Color Harmonies of #1ABA4E
Complementary color
Monochromatic Colors of #1ABA4E
Black with #1ABA4E
Text Example
Text Example
White with #1ABA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA4E; }
p { color: rgb(26,186,78); }
H1.HeaderClassName
{
color: #1ABA4E;
}
.AnyTagClassName
{
color: #1ABA4E;
}
</style>
background-color css
<style>
a { background-color: #1ABA4E; }
a { background-color: rgb(26,186,78); }
div.DivClassName
{
background-color: #1ABA4E;
}
.BgClassName
{
background-color: #1ABA4E;
}
</style>
border-color css
<style>
span { border-color: #1ABA4E; }
span { border-color: rgb(26,186,78); }
td.TdClassName
{
border-color: #1ABA4E;
}
.TagClassName
{
border-color: #1ABA4E;
}
</style>