Shades of Dark Pastel Green #14B934
Tints of Dark Pastel Green #14B934
RGB
CMYK
RGB Variations
Color information
#14B934 (or 0x14B934) is known color: Dark Pastel Green. HEX triplet: 14, B9 and 34. RGB value is (20,185,52). Sum of RGB (Red+Green+Blue) = 20+185+52=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 185 (72.66% from 255 or 71.98% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 185 - color contains mainly: green. Hex color #14B934 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B934 is #EB46CB. Grayscale: #787878. Windows color (decimal): -15419084 or 3455252. OLE color: 3455252.
HSL color Cylindrical-coordinate representation of color #14B934: hue angle of 131.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B934 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 185 | 52 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.27 |
| HSL | 131.64º | 0.8% | 0.4% | - |
| HSV(B) | 131.64º | 0.89% | 0.73% | - |
| XYZ | 18.26 | 35.09 | 9.06 | - |
| YUV | 120.5 | 89.34 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 185 | 52 | 0.89 | 0 | 0.72 | 0.27 | 131.64 | 0.8 | 0.4 |
| Hex | 14 | B9 | 34 | 59 | 0 | 48 | 1B | 84 | 50 | 28 |
| Octal | 24 | 271 | 64 | 131 | 0 | 110 | 33 | 204 | 120 | 50 |
| Binary | 10100 | 10111001 | 110100 | 1011001 | 0 | 1001000 | 11011 | 10000100 | 1010000 | 101000 |
Color Harmonies of #14B934
Complementary color
Monochromatic Colors of #14B934
Black with #14B934
Text Example
Text Example
White with #14B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B934; }
p { color: rgb(20,185,52); }
H1.HeaderClassName
{
color: #14B934;
}
.AnyTagClassName
{
color: #14B934;
}
</style>
background-color css
<style>
a { background-color: #14B934; }
a { background-color: rgb(20,185,52); }
div.DivClassName
{
background-color: #14B934;
}
.BgClassName
{
background-color: #14B934;
}
</style>
border-color css
<style>
span { border-color: #14B934; }
span { border-color: rgb(20,185,52); }
td.TdClassName
{
border-color: #14B934;
}
.TagClassName
{
border-color: #14B934;
}
</style>