Shades of Dark Pastel Green #1AB42A
Tints of Dark Pastel Green #1AB42A
RGB
CMYK
RGB Variations
Color information
#1AB42A (or 0x1AB42A) is known color: Dark Pastel Green. HEX triplet: 1A, B4 and 2A. RGB value is (26,180,42). Sum of RGB (Red+Green+Blue) = 26+180+42=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 180 (70.70% from 255 or 72.58% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB42A is #E54BD5. Grayscale: #767676. Windows color (decimal): -15027158 or 2798618. OLE color: 2798618.
HSL color Cylindrical-coordinate representation of color #1AB42A: hue angle of 126.23º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB42A is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 42 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.29 |
| HSL | 126.23º | 0.75% | 0.4% | - |
| HSV(B) | 126.23º | 0.86% | 0.71% | - |
| XYZ | 17.17 | 33.03 | 7.66 | - |
| YUV | 118.22 | 84.98 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 42 | 0.86 | 0 | 0.77 | 0.29 | 126.23 | 0.75 | 0.4 |
| Hex | 1A | B4 | 2A | 56 | 0 | 4D | 1D | 7E | 4B | 28 |
| Octal | 32 | 264 | 52 | 126 | 0 | 115 | 35 | 176 | 113 | 50 |
| Binary | 11010 | 10110100 | 101010 | 1010110 | 0 | 1001101 | 11101 | 1111110 | 1001011 | 101000 |
Color Harmonies of #1AB42A
Complementary color
Monochromatic Colors of #1AB42A
Black with #1AB42A
Text Example
Text Example
White with #1AB42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB42A; }
p { color: rgb(26,180,42); }
H1.HeaderClassName
{
color: #1AB42A;
}
.AnyTagClassName
{
color: #1AB42A;
}
</style>
background-color css
<style>
a { background-color: #1AB42A; }
a { background-color: rgb(26,180,42); }
div.DivClassName
{
background-color: #1AB42A;
}
.BgClassName
{
background-color: #1AB42A;
}
</style>
border-color css
<style>
span { border-color: #1AB42A; }
span { border-color: rgb(26,180,42); }
td.TdClassName
{
border-color: #1AB42A;
}
.TagClassName
{
border-color: #1AB42A;
}
</style>