Shades of Dark Pastel Green #13C14F
Tints of Dark Pastel Green #13C14F
RGB
CMYK
RGB Variations
Color information
#13C14F (or 0x13C14F) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 4F. RGB value is (19,193,79). Sum of RGB (Red+Green+Blue) = 19+193+79=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #13C14F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C14F is #EC3EB0. Grayscale: #808080. Windows color (decimal): -15482545 or 5226771. OLE color: 5226771.
HSL color Cylindrical-coordinate representation of color #13C14F: hue angle of 140.69º 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 #13C14F is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 193 | 79 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.24 |
| HSL | 140.69º | 0.82% | 0.42% | - |
| HSV(B) | 140.69º | 0.9% | 0.76% | - |
| XYZ | 20.75 | 38.84 | 13.8 | - |
| YUV | 127.98 | 100.35 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 193 | 79 | 0.90 | 0 | 0.59 | 0.24 | 140.69 | 0.82 | 0.42 |
| Hex | 13 | C1 | 4F | 5A | 0 | 3B | 18 | 8D | 52 | 2A |
| Octal | 23 | 301 | 117 | 132 | 0 | 73 | 30 | 215 | 122 | 52 |
| Binary | 10011 | 11000001 | 1001111 | 1011010 | 0 | 111011 | 11000 | 10001101 | 1010010 | 101010 |
Color Harmonies of #13C14F
Complementary color
Monochromatic Colors of #13C14F
Black with #13C14F
Text Example
Text Example
White with #13C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C14F; }
p { color: rgb(19,193,79); }
H1.HeaderClassName
{
color: #13C14F;
}
.AnyTagClassName
{
color: #13C14F;
}
</style>
background-color css
<style>
a { background-color: #13C14F; }
a { background-color: rgb(19,193,79); }
div.DivClassName
{
background-color: #13C14F;
}
.BgClassName
{
background-color: #13C14F;
}
</style>
border-color css
<style>
span { border-color: #13C14F; }
span { border-color: rgb(19,193,79); }
td.TdClassName
{
border-color: #13C14F;
}
.TagClassName
{
border-color: #13C14F;
}
</style>