Shades of Dark Pastel Green #1AB53F
Tints of Dark Pastel Green #1AB53F
RGB
CMYK
RGB Variations
Color information
#1AB53F (or 0x1AB53F) is known color: Dark Pastel Green. HEX triplet: 1A, B5 and 3F. RGB value is (26,181,63). Sum of RGB (Red+Green+Blue) = 26+181+63=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 181 (71.09% from 255 or 67.04% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 181 - color contains mainly: green. Hex color #1AB53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB53F is #E54AC0. Grayscale: #797979. Windows color (decimal): -15026881 or 4175130. OLE color: 4175130.
HSL color Cylindrical-coordinate representation of color #1AB53F: hue angle of 134.32º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB53F is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 181 | 63 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.29 |
| HSL | 134.32º | 0.75% | 0.41% | - |
| HSV(B) | 134.32º | 0.86% | 0.71% | - |
| XYZ | 17.85 | 33.63 | 10.25 | - |
| YUV | 121.2 | 95.15 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 181 | 63 | 0.86 | 0 | 0.65 | 0.29 | 134.32 | 0.75 | 0.41 |
| Hex | 1A | B5 | 3F | 56 | 0 | 41 | 1D | 86 | 4B | 29 |
| Octal | 32 | 265 | 77 | 126 | 0 | 101 | 35 | 206 | 113 | 51 |
| Binary | 11010 | 10110101 | 111111 | 1010110 | 0 | 1000001 | 11101 | 10000110 | 1001011 | 101001 |
Color Harmonies of #1AB53F
Complementary color
Monochromatic Colors of #1AB53F
Black with #1AB53F
Text Example
Text Example
White with #1AB53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB53F; }
p { color: rgb(26,181,63); }
H1.HeaderClassName
{
color: #1AB53F;
}
.AnyTagClassName
{
color: #1AB53F;
}
</style>
background-color css
<style>
a { background-color: #1AB53F; }
a { background-color: rgb(26,181,63); }
div.DivClassName
{
background-color: #1AB53F;
}
.BgClassName
{
background-color: #1AB53F;
}
</style>
border-color css
<style>
span { border-color: #1AB53F; }
span { border-color: rgb(26,181,63); }
td.TdClassName
{
border-color: #1AB53F;
}
.TagClassName
{
border-color: #1AB53F;
}
</style>