Shades of Dark Pastel Green #14C844
Tints of Dark Pastel Green #14C844
RGB
CMYK
RGB Variations
Color information
#14C844 (or 0x14C844) is known color: Dark Pastel Green. HEX triplet: 14, C8 and 44. RGB value is (20,200,68). Sum of RGB (Red+Green+Blue) = 20+200+68=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 200 (78.52% from 255 or 69.44% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 200 - color contains mainly: green. Hex color #14C844 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C844 is #EB37BB. Grayscale: #838383. Windows color (decimal): -15415228 or 4507668. OLE color: 4507668.
HSL color Cylindrical-coordinate representation of color #14C844: hue angle of 136º 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 #14C844 is Cyan = 0.9, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 200 | 68 | - |
| CMYK | 0.9 | 0 | 0.66 | 0.22 |
| HSL | 136º | 0.82% | 0.43% | - |
| HSV(B) | 136º | 0.9% | 0.78% | - |
| XYZ | 21.99 | 41.87 | 12.39 | - |
| YUV | 131.13 | 92.37 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 68 | 0.9 | 0 | 0.66 | 0.22 | 136 | 0.82 | 0.43 |
| Hex | 14 | C8 | 44 | 5A | 0 | 42 | 16 | 88 | 52 | 2B |
| Octal | 24 | 310 | 104 | 132 | 0 | 102 | 26 | 210 | 122 | 53 |
| Binary | 10100 | 11001000 | 1000100 | 1011010 | 0 | 1000010 | 10110 | 10001000 | 1010010 | 101011 |
Color Harmonies of #14C844
Complementary color
Monochromatic Colors of #14C844
Black with #14C844
Text Example
Text Example
White with #14C844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C844; }
p { color: rgb(20,200,68); }
H1.HeaderClassName
{
color: #14C844;
}
.AnyTagClassName
{
color: #14C844;
}
</style>
background-color css
<style>
a { background-color: #14C844; }
a { background-color: rgb(20,200,68); }
div.DivClassName
{
background-color: #14C844;
}
.BgClassName
{
background-color: #14C844;
}
</style>
border-color css
<style>
span { border-color: #14C844; }
span { border-color: rgb(20,200,68); }
td.TdClassName
{
border-color: #14C844;
}
.TagClassName
{
border-color: #14C844;
}
</style>