Shades of Dark Pastel Green #14C944
Tints of Dark Pastel Green #14C944
RGB
CMYK
RGB Variations
Color information
#14C944 (or 0x14C944) is known color: Dark Pastel Green. HEX triplet: 14, C9 and 44. RGB value is (20,201,68). Sum of RGB (Red+Green+Blue) = 20+201+68=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 201 (78.91% from 255 or 69.55% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 201 - color contains mainly: green. Hex color #14C944 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C944 is #EB36BB. Grayscale: #848484. Windows color (decimal): -15414972 or 4507924. OLE color: 4507924.
HSL color Cylindrical-coordinate representation of color #14C944: hue angle of 135.91º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C944 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 201 | 68 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.21 |
| HSL | 135.91º | 0.82% | 0.43% | - |
| HSV(B) | 135.91º | 0.9% | 0.79% | - |
| XYZ | 22.22 | 42.34 | 12.47 | - |
| YUV | 131.72 | 92.03 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 68 | 0.90 | 0 | 0.66 | 0.21 | 135.91 | 0.82 | 0.43 |
| Hex | 14 | C9 | 44 | 5A | 0 | 42 | 15 | 88 | 52 | 2B |
| Octal | 24 | 311 | 104 | 132 | 0 | 102 | 25 | 210 | 122 | 53 |
| Binary | 10100 | 11001001 | 1000100 | 1011010 | 0 | 1000010 | 10101 | 10001000 | 1010010 | 101011 |
Color Harmonies of #14C944
Complementary color
Monochromatic Colors of #14C944
Black with #14C944
Text Example
Text Example
White with #14C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C944; }
p { color: rgb(20,201,68); }
H1.HeaderClassName
{
color: #14C944;
}
.AnyTagClassName
{
color: #14C944;
}
</style>
background-color css
<style>
a { background-color: #14C944; }
a { background-color: rgb(20,201,68); }
div.DivClassName
{
background-color: #14C944;
}
.BgClassName
{
background-color: #14C944;
}
</style>
border-color css
<style>
span { border-color: #14C944; }
span { border-color: rgb(20,201,68); }
td.TdClassName
{
border-color: #14C944;
}
.TagClassName
{
border-color: #14C944;
}
</style>