Shades of Dark Pastel Green #14C749
Tints of Dark Pastel Green #14C749
RGB
CMYK
RGB Variations
Color information
#14C749 (or 0x14C749) is known color: Dark Pastel Green. HEX triplet: 14, C7 and 49. RGB value is (20,199,73). Sum of RGB (Red+Green+Blue) = 20+199+73=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 199 (78.12% from 255 or 68.15% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 199 - color contains mainly: green. Hex color #14C749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C749 is #EB38B6. Grayscale: #838383. Windows color (decimal): -15415479 or 4835092. OLE color: 4835092.
HSL color Cylindrical-coordinate representation of color #14C749: hue angle of 137.77º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C749 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 199 | 73 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.22 |
| HSL | 137.77º | 0.82% | 0.43% | - |
| HSV(B) | 137.77º | 0.9% | 0.78% | - |
| XYZ | 21.91 | 41.48 | 13.15 | - |
| YUV | 131.12 | 95.2 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 199 | 73 | 0.90 | 0 | 0.63 | 0.22 | 137.77 | 0.82 | 0.43 |
| Hex | 14 | C7 | 49 | 5A | 0 | 3F | 16 | 8A | 52 | 2B |
| Octal | 24 | 307 | 111 | 132 | 0 | 77 | 26 | 212 | 122 | 53 |
| Binary | 10100 | 11000111 | 1001001 | 1011010 | 0 | 111111 | 10110 | 10001010 | 1010010 | 101011 |
Color Harmonies of #14C749
Complementary color
Monochromatic Colors of #14C749
Black with #14C749
Text Example
Text Example
White with #14C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C749; }
p { color: rgb(20,199,73); }
H1.HeaderClassName
{
color: #14C749;
}
.AnyTagClassName
{
color: #14C749;
}
</style>
background-color css
<style>
a { background-color: #14C749; }
a { background-color: rgb(20,199,73); }
div.DivClassName
{
background-color: #14C749;
}
.BgClassName
{
background-color: #14C749;
}
</style>
border-color css
<style>
span { border-color: #14C749; }
span { border-color: rgb(20,199,73); }
td.TdClassName
{
border-color: #14C749;
}
.TagClassName
{
border-color: #14C749;
}
</style>