Shades of Dark Pastel Green #13C24C
Tints of Dark Pastel Green #13C24C
RGB
CMYK
RGB Variations
Color information
#13C24C (or 0x13C24C) is known color: Dark Pastel Green. HEX triplet: 13, C2 and 4C. RGB value is (19,194,76). Sum of RGB (Red+Green+Blue) = 19+194+76=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #13C24C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C24C is #EC3DB3. Grayscale: #808080. Windows color (decimal): -15482292 or 5030419. OLE color: 5030419.
HSL color Cylindrical-coordinate representation of color #13C24C: hue angle of 139.54º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C24C is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 194 | 76 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.24 |
| HSL | 139.54º | 0.82% | 0.42% | - |
| HSV(B) | 139.54º | 0.9% | 0.76% | - |
| XYZ | 20.86 | 39.24 | 13.31 | - |
| YUV | 128.22 | 98.52 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 76 | 0.90 | 0 | 0.61 | 0.24 | 139.54 | 0.82 | 0.42 |
| Hex | 13 | C2 | 4C | 5A | 0 | 3D | 18 | 8C | 52 | 2A |
| Octal | 23 | 302 | 114 | 132 | 0 | 75 | 30 | 214 | 122 | 52 |
| Binary | 10011 | 11000010 | 1001100 | 1011010 | 0 | 111101 | 11000 | 10001100 | 1010010 | 101010 |
Color Harmonies of #13C24C
Complementary color
Monochromatic Colors of #13C24C
Black with #13C24C
Text Example
Text Example
White with #13C24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C24C; }
p { color: rgb(19,194,76); }
H1.HeaderClassName
{
color: #13C24C;
}
.AnyTagClassName
{
color: #13C24C;
}
</style>
background-color css
<style>
a { background-color: #13C24C; }
a { background-color: rgb(19,194,76); }
div.DivClassName
{
background-color: #13C24C;
}
.BgClassName
{
background-color: #13C24C;
}
</style>
border-color css
<style>
span { border-color: #13C24C; }
span { border-color: rgb(19,194,76); }
td.TdClassName
{
border-color: #13C24C;
}
.TagClassName
{
border-color: #13C24C;
}
</style>