Shades of Dark Pastel Green #14C140
Tints of Dark Pastel Green #14C140
RGB
CMYK
RGB Variations
Color information
#14C140 (or 0x14C140) is known color: Dark Pastel Green. HEX triplet: 14, C1 and 40. RGB value is (20,193,64). Sum of RGB (Red+Green+Blue) = 20+193+64=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #14C140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C140 is #EB3EBF. Grayscale: #7E7E7E. Windows color (decimal): -15417024 or 4243732. OLE color: 4243732.
HSL color Cylindrical-coordinate representation of color #14C140: hue angle of 135.26º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C140 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 193 | 64 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.24 |
| HSL | 135.26º | 0.81% | 0.42% | - |
| HSV(B) | 135.26º | 0.9% | 0.76% | - |
| XYZ | 20.28 | 38.66 | 11.24 | - |
| YUV | 126.57 | 92.69 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 64 | 0.90 | 0 | 0.67 | 0.24 | 135.26 | 0.81 | 0.42 |
| Hex | 14 | C1 | 40 | 5A | 0 | 43 | 18 | 87 | 51 | 2A |
| Octal | 24 | 301 | 100 | 132 | 0 | 103 | 30 | 207 | 121 | 52 |
| Binary | 10100 | 11000001 | 1000000 | 1011010 | 0 | 1000011 | 11000 | 10000111 | 1010001 | 101010 |
Color Harmonies of #14C140
Complementary color
Monochromatic Colors of #14C140
Black with #14C140
Text Example
Text Example
White with #14C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C140; }
p { color: rgb(20,193,64); }
H1.HeaderClassName
{
color: #14C140;
}
.AnyTagClassName
{
color: #14C140;
}
</style>
background-color css
<style>
a { background-color: #14C140; }
a { background-color: rgb(20,193,64); }
div.DivClassName
{
background-color: #14C140;
}
.BgClassName
{
background-color: #14C140;
}
</style>
border-color css
<style>
span { border-color: #14C140; }
span { border-color: rgb(20,193,64); }
td.TdClassName
{
border-color: #14C140;
}
.TagClassName
{
border-color: #14C140;
}
</style>