Shades of Dark Pastel Green #13AD3F
Tints of Dark Pastel Green #13AD3F
RGB
CMYK
RGB Variations
Color information
#13AD3F (or 0x13AD3F) is known color: Dark Pastel Green. HEX triplet: 13, AD and 3F. RGB value is (19,173,63). Sum of RGB (Red+Green+Blue) = 19+173+63=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 173 (67.97% from 255 or 67.84% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AD3F is #EC52C0. Grayscale: #727272. Windows color (decimal): -15487681 or 4173075. OLE color: 4173075.
HSL color Cylindrical-coordinate representation of color #13AD3F: hue angle of 137.14º 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 #13AD3F is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 63 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.32 |
| HSL | 137.14º | 0.8% | 0.38% | - |
| HSV(B) | 137.14º | 0.89% | 0.68% | - |
| XYZ | 16.11 | 30.38 | 9.72 | - |
| YUV | 114.41 | 98.98 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 63 | 0.89 | 0 | 0.64 | 0.32 | 137.14 | 0.8 | 0.38 |
| Hex | 13 | AD | 3F | 59 | 0 | 40 | 20 | 89 | 50 | 26 |
| Octal | 23 | 255 | 77 | 131 | 0 | 100 | 40 | 211 | 120 | 46 |
| Binary | 10011 | 10101101 | 111111 | 1011001 | 0 | 1000000 | 100000 | 10001001 | 1010000 | 100110 |
Color Harmonies of #13AD3F
Complementary color
Monochromatic Colors of #13AD3F
Black with #13AD3F
Text Example
Text Example
White with #13AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD3F; }
p { color: rgb(19,173,63); }
H1.HeaderClassName
{
color: #13AD3F;
}
.AnyTagClassName
{
color: #13AD3F;
}
</style>
background-color css
<style>
a { background-color: #13AD3F; }
a { background-color: rgb(19,173,63); }
div.DivClassName
{
background-color: #13AD3F;
}
.BgClassName
{
background-color: #13AD3F;
}
</style>
border-color css
<style>
span { border-color: #13AD3F; }
span { border-color: rgb(19,173,63); }
td.TdClassName
{
border-color: #13AD3F;
}
.TagClassName
{
border-color: #13AD3F;
}
</style>