Shades of Dark Pastel Green #13AD3E
Tints of Dark Pastel Green #13AD3E
RGB
CMYK
RGB Variations
Color information
#13AD3E (or 0x13AD3E) is known color: Dark Pastel Green. HEX triplet: 13, AD and 3E. RGB value is (19,173,62). Sum of RGB (Red+Green+Blue) = 19+173+62=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 173 (67.97% from 255 or 68.11% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AD3E is #EC52C1. Grayscale: #727272. Windows color (decimal): -15487682 or 4107539. OLE color: 4107539.
HSL color Cylindrical-coordinate representation of color #13AD3E: hue angle of 136.75º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD3E is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 62 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.32 |
| HSL | 136.75º | 0.8% | 0.38% | - |
| HSV(B) | 136.75º | 0.89% | 0.68% | - |
| XYZ | 16.08 | 30.37 | 9.57 | - |
| YUV | 114.3 | 98.48 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 62 | 0.89 | 0 | 0.64 | 0.32 | 136.75 | 0.8 | 0.38 |
| Hex | 13 | AD | 3E | 59 | 0 | 40 | 20 | 89 | 50 | 26 |
| Octal | 23 | 255 | 76 | 131 | 0 | 100 | 40 | 211 | 120 | 46 |
| Binary | 10011 | 10101101 | 111110 | 1011001 | 0 | 1000000 | 100000 | 10001001 | 1010000 | 100110 |
Color Harmonies of #13AD3E
Complementary color
Monochromatic Colors of #13AD3E
Black with #13AD3E
Text Example
Text Example
White with #13AD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD3E; }
p { color: rgb(19,173,62); }
H1.HeaderClassName
{
color: #13AD3E;
}
.AnyTagClassName
{
color: #13AD3E;
}
</style>
background-color css
<style>
a { background-color: #13AD3E; }
a { background-color: rgb(19,173,62); }
div.DivClassName
{
background-color: #13AD3E;
}
.BgClassName
{
background-color: #13AD3E;
}
</style>
border-color css
<style>
span { border-color: #13AD3E; }
span { border-color: rgb(19,173,62); }
td.TdClassName
{
border-color: #13AD3E;
}
.TagClassName
{
border-color: #13AD3E;
}
</style>