Shades of Dark Pastel Green #1ABC44
Tints of Dark Pastel Green #1ABC44
RGB
CMYK
RGB Variations
Color information
#1ABC44 (or 0x1ABC44) is known color: Dark Pastel Green. HEX triplet: 1A, BC and 44. RGB value is (26,188,68). Sum of RGB (Red+Green+Blue) = 26+188+68=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABC44 is #E543BB. Grayscale: #7E7E7E. Windows color (decimal): -15025084 or 4504602. OLE color: 4504602.
HSL color Cylindrical-coordinate representation of color #1ABC44: hue angle of 135.56º 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 #1ABC44 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 68 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.26 |
| HSL | 135.56º | 0.76% | 0.42% | - |
| HSV(B) | 135.56º | 0.86% | 0.74% | - |
| XYZ | 19.45 | 36.6 | 11.51 | - |
| YUV | 125.88 | 95.33 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 68 | 0.86 | 0 | 0.64 | 0.26 | 135.56 | 0.76 | 0.42 |
| Hex | 1A | BC | 44 | 56 | 0 | 40 | 1A | 88 | 4C | 2A |
| Octal | 32 | 274 | 104 | 126 | 0 | 100 | 32 | 210 | 114 | 52 |
| Binary | 11010 | 10111100 | 1000100 | 1010110 | 0 | 1000000 | 11010 | 10001000 | 1001100 | 101010 |
Color Harmonies of #1ABC44
Complementary color
Monochromatic Colors of #1ABC44
Black with #1ABC44
Text Example
Text Example
White with #1ABC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC44; }
p { color: rgb(26,188,68); }
H1.HeaderClassName
{
color: #1ABC44;
}
.AnyTagClassName
{
color: #1ABC44;
}
</style>
background-color css
<style>
a { background-color: #1ABC44; }
a { background-color: rgb(26,188,68); }
div.DivClassName
{
background-color: #1ABC44;
}
.BgClassName
{
background-color: #1ABC44;
}
</style>
border-color css
<style>
span { border-color: #1ABC44; }
span { border-color: rgb(26,188,68); }
td.TdClassName
{
border-color: #1ABC44;
}
.TagClassName
{
border-color: #1ABC44;
}
</style>