Shades of Dark Pastel Green #19AE2C
Tints of Dark Pastel Green #19AE2C
RGB
CMYK
RGB Variations
Color information
#19AE2C (or 0x19AE2C) is known color: Dark Pastel Green. HEX triplet: 19, AE and 2C. RGB value is (25,174,44). Sum of RGB (Red+Green+Blue) = 25+174+44=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 174 (68.36% from 255 or 71.60% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 174 - color contains mainly: green. Hex color #19AE2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AE2C is #E651D3. Grayscale: #737373. Windows color (decimal): -15094228 or 2928153. OLE color: 2928153.
HSL color Cylindrical-coordinate representation of color #19AE2C: hue angle of 127.65º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AE2C is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 174 | 44 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.32 |
| HSL | 127.65º | 0.75% | 0.39% | - |
| HSV(B) | 127.65º | 0.86% | 0.68% | - |
| XYZ | 15.99 | 30.66 | 7.46 | - |
| YUV | 114.63 | 88.14 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 174 | 44 | 0.86 | 0 | 0.75 | 0.32 | 127.65 | 0.75 | 0.39 |
| Hex | 19 | AE | 2C | 56 | 0 | 4B | 20 | 80 | 4B | 27 |
| Octal | 31 | 256 | 54 | 126 | 0 | 113 | 40 | 200 | 113 | 47 |
| Binary | 11001 | 10101110 | 101100 | 1010110 | 0 | 1001011 | 100000 | 10000000 | 1001011 | 100111 |
Color Harmonies of #19AE2C
Complementary color
Monochromatic Colors of #19AE2C
Black with #19AE2C
Text Example
Text Example
White with #19AE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AE2C; }
p { color: rgb(25,174,44); }
H1.HeaderClassName
{
color: #19AE2C;
}
.AnyTagClassName
{
color: #19AE2C;
}
</style>
background-color css
<style>
a { background-color: #19AE2C; }
a { background-color: rgb(25,174,44); }
div.DivClassName
{
background-color: #19AE2C;
}
.BgClassName
{
background-color: #19AE2C;
}
</style>
border-color css
<style>
span { border-color: #19AE2C; }
span { border-color: rgb(25,174,44); }
td.TdClassName
{
border-color: #19AE2C;
}
.TagClassName
{
border-color: #19AE2C;
}
</style>