Shades of Dark Pastel Green #13AC40
Tints of Dark Pastel Green #13AC40
RGB
CMYK
RGB Variations
Color information
#13AC40 (or 0x13AC40) is known color: Dark Pastel Green. HEX triplet: 13, AC and 40. RGB value is (19,172,64). Sum of RGB (Red+Green+Blue) = 19+172+64=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 172 (67.58% from 255 or 67.45% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AC40 is #EC53BF. Grayscale: #727272. Windows color (decimal): -15487936 or 4238355. OLE color: 4238355.
HSL color Cylindrical-coordinate representation of color #13AC40: hue angle of 137.65º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AC40 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 172 | 64 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.33 |
| HSL | 137.65º | 0.8% | 0.37% | - |
| HSV(B) | 137.65º | 0.89% | 0.67% | - |
| XYZ | 15.95 | 30.01 | 9.8 | - |
| YUV | 113.94 | 99.81 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 64 | 0.89 | 0 | 0.63 | 0.33 | 137.65 | 0.8 | 0.37 |
| Hex | 13 | AC | 40 | 59 | 0 | 3F | 21 | 8A | 50 | 25 |
| Octal | 23 | 254 | 100 | 131 | 0 | 77 | 41 | 212 | 120 | 45 |
| Binary | 10011 | 10101100 | 1000000 | 1011001 | 0 | 111111 | 100001 | 10001010 | 1010000 | 100101 |
Color Harmonies of #13AC40
Complementary color
Monochromatic Colors of #13AC40
Black with #13AC40
Text Example
Text Example
White with #13AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AC40; }
p { color: rgb(19,172,64); }
H1.HeaderClassName
{
color: #13AC40;
}
.AnyTagClassName
{
color: #13AC40;
}
</style>
background-color css
<style>
a { background-color: #13AC40; }
a { background-color: rgb(19,172,64); }
div.DivClassName
{
background-color: #13AC40;
}
.BgClassName
{
background-color: #13AC40;
}
</style>
border-color css
<style>
span { border-color: #13AC40; }
span { border-color: rgb(19,172,64); }
td.TdClassName
{
border-color: #13AC40;
}
.TagClassName
{
border-color: #13AC40;
}
</style>