Shades of Dark Pastel Green #1AC53D
Tints of Dark Pastel Green #1AC53D
RGB
CMYK
RGB Variations
Color information
#1AC53D (or 0x1AC53D) is known color: Dark Pastel Green. HEX triplet: 1A, C5 and 3D. RGB value is (26,197,61). Sum of RGB (Red+Green+Blue) = 26+197+61=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 197 (77.34% from 255 or 69.37% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC53D is #E53AC2. Grayscale: #828282. Windows color (decimal): -15022787 or 4048154. OLE color: 4048154.
HSL color Cylindrical-coordinate representation of color #1AC53D: hue angle of 132.28º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC53D is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 61 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.23 |
| HSL | 132.28º | 0.77% | 0.44% | - |
| HSV(B) | 132.28º | 0.87% | 0.77% | - |
| XYZ | 21.23 | 40.49 | 11.11 | - |
| YUV | 130.37 | 88.85 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 61 | 0.87 | 0 | 0.69 | 0.23 | 132.28 | 0.77 | 0.44 |
| Hex | 1A | C5 | 3D | 57 | 0 | 45 | 17 | 84 | 4D | 2C |
| Octal | 32 | 305 | 75 | 127 | 0 | 105 | 27 | 204 | 115 | 54 |
| Binary | 11010 | 11000101 | 111101 | 1010111 | 0 | 1000101 | 10111 | 10000100 | 1001101 | 101100 |
Color Harmonies of #1AC53D
Complementary color
Monochromatic Colors of #1AC53D
Black with #1AC53D
Text Example
Text Example
White with #1AC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC53D; }
p { color: rgb(26,197,61); }
H1.HeaderClassName
{
color: #1AC53D;
}
.AnyTagClassName
{
color: #1AC53D;
}
</style>
background-color css
<style>
a { background-color: #1AC53D; }
a { background-color: rgb(26,197,61); }
div.DivClassName
{
background-color: #1AC53D;
}
.BgClassName
{
background-color: #1AC53D;
}
</style>
border-color css
<style>
span { border-color: #1AC53D; }
span { border-color: rgb(26,197,61); }
td.TdClassName
{
border-color: #1AC53D;
}
.TagClassName
{
border-color: #1AC53D;
}
</style>