Shades of Dark Pastel Green #1ABC4E
Tints of Dark Pastel Green #1ABC4E
RGB
CMYK
RGB Variations
Color information
#1ABC4E (or 0x1ABC4E) is known color: Dark Pastel Green. HEX triplet: 1A, BC and 4E. RGB value is (26,188,78). Sum of RGB (Red+Green+Blue) = 26+188+78=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC4E is #E543B1. Grayscale: #7F7F7F. Windows color (decimal): -15025074 or 5159962. OLE color: 5159962.
HSL color Cylindrical-coordinate representation of color #1ABC4E: hue angle of 139.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC4E is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 78 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.26 |
| HSL | 139.26º | 0.76% | 0.42% | - |
| HSV(B) | 139.26º | 0.86% | 0.74% | - |
| XYZ | 19.78 | 36.74 | 13.26 | - |
| YUV | 127.02 | 100.33 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 78 | 0.86 | 0 | 0.59 | 0.26 | 139.26 | 0.76 | 0.42 |
| Hex | 1A | BC | 4E | 56 | 0 | 3B | 1A | 8B | 4C | 2A |
| Octal | 32 | 274 | 116 | 126 | 0 | 73 | 32 | 213 | 114 | 52 |
| Binary | 11010 | 10111100 | 1001110 | 1010110 | 0 | 111011 | 11010 | 10001011 | 1001100 | 101010 |
Color Harmonies of #1ABC4E
Complementary color
Monochromatic Colors of #1ABC4E
Black with #1ABC4E
Text Example
Text Example
White with #1ABC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC4E; }
p { color: rgb(26,188,78); }
H1.HeaderClassName
{
color: #1ABC4E;
}
.AnyTagClassName
{
color: #1ABC4E;
}
</style>
background-color css
<style>
a { background-color: #1ABC4E; }
a { background-color: rgb(26,188,78); }
div.DivClassName
{
background-color: #1ABC4E;
}
.BgClassName
{
background-color: #1ABC4E;
}
</style>
border-color css
<style>
span { border-color: #1ABC4E; }
span { border-color: rgb(26,188,78); }
td.TdClassName
{
border-color: #1ABC4E;
}
.TagClassName
{
border-color: #1ABC4E;
}
</style>