Shades of Dark Pastel Green #14C535
Tints of Dark Pastel Green #14C535
RGB
CMYK
RGB Variations
Color information
#14C535 (or 0x14C535) is known color: Dark Pastel Green. HEX triplet: 14, C5 and 35. RGB value is (20,197,53). Sum of RGB (Red+Green+Blue) = 20+197+53=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 197 (77.34% from 255 or 72.96% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 197 - color contains mainly: green. Hex color #14C535 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C535 is #EB3ACA. Grayscale: #808080. Windows color (decimal): -15416011 or 3523860. OLE color: 3523860.
HSL color Cylindrical-coordinate representation of color #14C535: hue angle of 131.19º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C535 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 197 | 53 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.23 |
| HSL | 131.19º | 0.82% | 0.43% | - |
| HSV(B) | 131.19º | 0.9% | 0.77% | - |
| XYZ | 20.9 | 40.34 | 10.05 | - |
| YUV | 127.66 | 85.86 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 197 | 53 | 0.90 | 0 | 0.73 | 0.23 | 131.19 | 0.82 | 0.43 |
| Hex | 14 | C5 | 35 | 5A | 0 | 49 | 17 | 83 | 52 | 2B |
| Octal | 24 | 305 | 65 | 132 | 0 | 111 | 27 | 203 | 122 | 53 |
| Binary | 10100 | 11000101 | 110101 | 1011010 | 0 | 1001001 | 10111 | 10000011 | 1010010 | 101011 |
Color Harmonies of #14C535
Complementary color
Monochromatic Colors of #14C535
Black with #14C535
Text Example
Text Example
White with #14C535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C535; }
p { color: rgb(20,197,53); }
H1.HeaderClassName
{
color: #14C535;
}
.AnyTagClassName
{
color: #14C535;
}
</style>
background-color css
<style>
a { background-color: #14C535; }
a { background-color: rgb(20,197,53); }
div.DivClassName
{
background-color: #14C535;
}
.BgClassName
{
background-color: #14C535;
}
</style>
border-color css
<style>
span { border-color: #14C535; }
span { border-color: rgb(20,197,53); }
td.TdClassName
{
border-color: #14C535;
}
.TagClassName
{
border-color: #14C535;
}
</style>