Shades of Dark Pastel Green #1ABC39
Tints of Dark Pastel Green #1ABC39
RGB
CMYK
RGB Variations
Color information
#1ABC39 (or 0x1ABC39) is known color: Dark Pastel Green. HEX triplet: 1A, BC and 39. RGB value is (26,188,57). Sum of RGB (Red+Green+Blue) = 26+188+57=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABC39 is #E543C6. Grayscale: #7C7C7C. Windows color (decimal): -15025095 or 3783706. OLE color: 3783706.
HSL color Cylindrical-coordinate representation of color #1ABC39: hue angle of 131.48º 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 #1ABC39 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 57 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.26 |
| HSL | 131.48º | 0.76% | 0.42% | - |
| HSV(B) | 131.48º | 0.86% | 0.74% | - |
| XYZ | 19.15 | 36.48 | 9.9 | - |
| YUV | 124.63 | 89.83 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 57 | 0.86 | 0 | 0.70 | 0.26 | 131.48 | 0.76 | 0.42 |
| Hex | 1A | BC | 39 | 56 | 0 | 46 | 1A | 83 | 4C | 2A |
| Octal | 32 | 274 | 71 | 126 | 0 | 106 | 32 | 203 | 114 | 52 |
| Binary | 11010 | 10111100 | 111001 | 1010110 | 0 | 1000110 | 11010 | 10000011 | 1001100 | 101010 |
Color Harmonies of #1ABC39
Complementary color
Monochromatic Colors of #1ABC39
Black with #1ABC39
Text Example
Text Example
White with #1ABC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC39; }
p { color: rgb(26,188,57); }
H1.HeaderClassName
{
color: #1ABC39;
}
.AnyTagClassName
{
color: #1ABC39;
}
</style>
background-color css
<style>
a { background-color: #1ABC39; }
a { background-color: rgb(26,188,57); }
div.DivClassName
{
background-color: #1ABC39;
}
.BgClassName
{
background-color: #1ABC39;
}
</style>
border-color css
<style>
span { border-color: #1ABC39; }
span { border-color: rgb(26,188,57); }
td.TdClassName
{
border-color: #1ABC39;
}
.TagClassName
{
border-color: #1ABC39;
}
</style>