Shades of Dark Pastel Green #14B750
Tints of Dark Pastel Green #14B750
RGB
CMYK
RGB Variations
Color information
#14B750 (or 0x14B750) is known color: Dark Pastel Green. HEX triplet: 14, B7 and 50. RGB value is (20,183,80). Sum of RGB (Red+Green+Blue) = 20+183+80=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 183 (71.88% from 255 or 64.66% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 183 - color contains mainly: green. Hex color #14B750 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B750 is #EB48AF. Grayscale: #7A7A7A. Windows color (decimal): -15419568 or 5289748. OLE color: 5289748.
HSL color Cylindrical-coordinate representation of color #14B750: hue angle of 142.09º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B750 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 183 | 80 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.28 |
| HSL | 142.09º | 0.8% | 0.4% | - |
| HSV(B) | 142.09º | 0.89% | 0.72% | - |
| XYZ | 18.67 | 34.59 | 13.28 | - |
| YUV | 122.52 | 104 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 80 | 0.89 | 0 | 0.56 | 0.28 | 142.09 | 0.8 | 0.4 |
| Hex | 14 | B7 | 50 | 59 | 0 | 38 | 1C | 8E | 50 | 28 |
| Octal | 24 | 267 | 120 | 131 | 0 | 70 | 34 | 216 | 120 | 50 |
| Binary | 10100 | 10110111 | 1010000 | 1011001 | 0 | 111000 | 11100 | 10001110 | 1010000 | 101000 |
Color Harmonies of #14B750
Complementary color
Monochromatic Colors of #14B750
Black with #14B750
Text Example
Text Example
White with #14B750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B750; }
p { color: rgb(20,183,80); }
H1.HeaderClassName
{
color: #14B750;
}
.AnyTagClassName
{
color: #14B750;
}
</style>
background-color css
<style>
a { background-color: #14B750; }
a { background-color: rgb(20,183,80); }
div.DivClassName
{
background-color: #14B750;
}
.BgClassName
{
background-color: #14B750;
}
</style>
border-color css
<style>
span { border-color: #14B750; }
span { border-color: rgb(20,183,80); }
td.TdClassName
{
border-color: #14B750;
}
.TagClassName
{
border-color: #14B750;
}
</style>