Shades of Dark Pastel Green #1AB53C
Tints of Dark Pastel Green #1AB53C
RGB
CMYK
RGB Variations
Color information
#1AB53C (or 0x1AB53C) is known color: Dark Pastel Green. HEX triplet: 1A, B5 and 3C. RGB value is (26,181,60). Sum of RGB (Red+Green+Blue) = 26+181+60=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 181 (71.09% from 255 or 67.79% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 181 - color contains mainly: green. Hex color #1AB53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB53C is #E54AC3. Grayscale: #797979. Windows color (decimal): -15026884 or 3978522. OLE color: 3978522.
HSL color Cylindrical-coordinate representation of color #1AB53C: hue angle of 133.16º 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 #1AB53C is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 181 | 60 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.29 |
| HSL | 133.16º | 0.75% | 0.41% | - |
| HSV(B) | 133.16º | 0.86% | 0.71% | - |
| XYZ | 17.77 | 33.59 | 9.82 | - |
| YUV | 120.86 | 93.65 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 181 | 60 | 0.86 | 0 | 0.67 | 0.29 | 133.16 | 0.75 | 0.41 |
| Hex | 1A | B5 | 3C | 56 | 0 | 43 | 1D | 85 | 4B | 29 |
| Octal | 32 | 265 | 74 | 126 | 0 | 103 | 35 | 205 | 113 | 51 |
| Binary | 11010 | 10110101 | 111100 | 1010110 | 0 | 1000011 | 11101 | 10000101 | 1001011 | 101001 |
Color Harmonies of #1AB53C
Complementary color
Monochromatic Colors of #1AB53C
Black with #1AB53C
Text Example
Text Example
White with #1AB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB53C; }
p { color: rgb(26,181,60); }
H1.HeaderClassName
{
color: #1AB53C;
}
.AnyTagClassName
{
color: #1AB53C;
}
</style>
background-color css
<style>
a { background-color: #1AB53C; }
a { background-color: rgb(26,181,60); }
div.DivClassName
{
background-color: #1AB53C;
}
.BgClassName
{
background-color: #1AB53C;
}
</style>
border-color css
<style>
span { border-color: #1AB53C; }
span { border-color: rgb(26,181,60); }
td.TdClassName
{
border-color: #1AB53C;
}
.TagClassName
{
border-color: #1AB53C;
}
</style>