Shades of Dark Pastel Green #1ABA4F
Tints of Dark Pastel Green #1ABA4F
RGB
CMYK
RGB Variations
Color information
#1ABA4F (or 0x1ABA4F) is known color: Dark Pastel Green. HEX triplet: 1A, BA and 4F. RGB value is (26,186,79). Sum of RGB (Red+Green+Blue) = 26+186+79=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA4F is #E545B0. Grayscale: #7E7E7E. Windows color (decimal): -15025585 or 5224986. OLE color: 5224986.
HSL color Cylindrical-coordinate representation of color #1ABA4F: hue angle of 139.88º 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 #1ABA4F is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 79 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.27 |
| HSL | 139.88º | 0.75% | 0.42% | - |
| HSV(B) | 139.88º | 0.86% | 0.73% | - |
| XYZ | 19.4 | 35.9 | 13.3 | - |
| YUV | 125.96 | 101.49 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 79 | 0.86 | 0 | 0.58 | 0.27 | 139.88 | 0.75 | 0.42 |
| Hex | 1A | BA | 4F | 56 | 0 | 3A | 1B | 8C | 4B | 2A |
| Octal | 32 | 272 | 117 | 126 | 0 | 72 | 33 | 214 | 113 | 52 |
| Binary | 11010 | 10111010 | 1001111 | 1010110 | 0 | 111010 | 11011 | 10001100 | 1001011 | 101010 |
Color Harmonies of #1ABA4F
Complementary color
Monochromatic Colors of #1ABA4F
Black with #1ABA4F
Text Example
Text Example
White with #1ABA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA4F; }
p { color: rgb(26,186,79); }
H1.HeaderClassName
{
color: #1ABA4F;
}
.AnyTagClassName
{
color: #1ABA4F;
}
</style>
background-color css
<style>
a { background-color: #1ABA4F; }
a { background-color: rgb(26,186,79); }
div.DivClassName
{
background-color: #1ABA4F;
}
.BgClassName
{
background-color: #1ABA4F;
}
</style>
border-color css
<style>
span { border-color: #1ABA4F; }
span { border-color: rgb(26,186,79); }
td.TdClassName
{
border-color: #1ABA4F;
}
.TagClassName
{
border-color: #1ABA4F;
}
</style>