Shades of Dark Pastel Green #1AD03D
Tints of Dark Pastel Green #1AD03D
RGB
CMYK
RGB Variations
Color information
#1AD03D (or 0x1AD03D) is known color: Dark Pastel Green. HEX triplet: 1A, D0 and 3D. RGB value is (26,208,61). Sum of RGB (Red+Green+Blue) = 26+208+61=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD03D is #E52FC2. Grayscale: #898989. Windows color (decimal): -15019971 or 4050970. OLE color: 4050970.
HSL color Cylindrical-coordinate representation of color #1AD03D: hue angle of 131.54º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD03D is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 61 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.18 |
| HSL | 131.54º | 0.78% | 0.46% | - |
| HSV(B) | 131.54º | 0.88% | 0.82% | - |
| XYZ | 23.82 | 45.67 | 11.97 | - |
| YUV | 136.82 | 85.2 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 61 | 0.88 | 0 | 0.71 | 0.18 | 131.54 | 0.78 | 0.46 |
| Hex | 1A | D0 | 3D | 58 | 0 | 47 | 12 | 84 | 4E | 2E |
| Octal | 32 | 320 | 75 | 130 | 0 | 107 | 22 | 204 | 116 | 56 |
| Binary | 11010 | 11010000 | 111101 | 1011000 | 0 | 1000111 | 10010 | 10000100 | 1001110 | 101110 |
Color Harmonies of #1AD03D
Complementary color
Monochromatic Colors of #1AD03D
Black with #1AD03D
Text Example
Text Example
White with #1AD03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD03D; }
p { color: rgb(26,208,61); }
H1.HeaderClassName
{
color: #1AD03D;
}
.AnyTagClassName
{
color: #1AD03D;
}
</style>
background-color css
<style>
a { background-color: #1AD03D; }
a { background-color: rgb(26,208,61); }
div.DivClassName
{
background-color: #1AD03D;
}
.BgClassName
{
background-color: #1AD03D;
}
</style>
border-color css
<style>
span { border-color: #1AD03D; }
span { border-color: rgb(26,208,61); }
td.TdClassName
{
border-color: #1AD03D;
}
.TagClassName
{
border-color: #1AD03D;
}
</style>