Shades of Dark Pastel Green #14C744
Tints of Dark Pastel Green #14C744
RGB
CMYK
RGB Variations
Color information
#14C744 (or 0x14C744) is known color: Dark Pastel Green. HEX triplet: 14, C7 and 44. RGB value is (20,199,68). Sum of RGB (Red+Green+Blue) = 20+199+68=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 199 (78.12% from 255 or 69.34% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 199 - color contains mainly: green. Hex color #14C744 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C744 is #EB38BB. Grayscale: #828282. Windows color (decimal): -15415484 or 4507412. OLE color: 4507412.
HSL color Cylindrical-coordinate representation of color #14C744: hue angle of 136.09º 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 #14C744 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 199 | 68 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.22 |
| HSL | 136.09º | 0.82% | 0.43% | - |
| HSV(B) | 136.09º | 0.9% | 0.78% | - |
| XYZ | 21.76 | 41.41 | 12.32 | - |
| YUV | 130.55 | 92.7 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 199 | 68 | 0.90 | 0 | 0.66 | 0.22 | 136.09 | 0.82 | 0.43 |
| Hex | 14 | C7 | 44 | 5A | 0 | 42 | 16 | 88 | 52 | 2B |
| Octal | 24 | 307 | 104 | 132 | 0 | 102 | 26 | 210 | 122 | 53 |
| Binary | 10100 | 11000111 | 1000100 | 1011010 | 0 | 1000010 | 10110 | 10001000 | 1010010 | 101011 |
Color Harmonies of #14C744
Complementary color
Monochromatic Colors of #14C744
Black with #14C744
Text Example
Text Example
White with #14C744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C744; }
p { color: rgb(20,199,68); }
H1.HeaderClassName
{
color: #14C744;
}
.AnyTagClassName
{
color: #14C744;
}
</style>
background-color css
<style>
a { background-color: #14C744; }
a { background-color: rgb(20,199,68); }
div.DivClassName
{
background-color: #14C744;
}
.BgClassName
{
background-color: #14C744;
}
</style>
border-color css
<style>
span { border-color: #14C744; }
span { border-color: rgb(20,199,68); }
td.TdClassName
{
border-color: #14C744;
}
.TagClassName
{
border-color: #14C744;
}
</style>