Shades of Dark Pastel Green #14C442
Tints of Dark Pastel Green #14C442
RGB
CMYK
RGB Variations
Color information
#14C442 (or 0x14C442) is known color: Dark Pastel Green. HEX triplet: 14, C4 and 42. RGB value is (20,196,66). Sum of RGB (Red+Green+Blue) = 20+196+66=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #14C442 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C442 is #EB3BBD. Grayscale: #808080. Windows color (decimal): -15416254 or 4375572. OLE color: 4375572.
HSL color Cylindrical-coordinate representation of color #14C442: hue angle of 135.68º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C442 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 66 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.23 |
| HSL | 135.68º | 0.81% | 0.42% | - |
| HSV(B) | 135.68º | 0.9% | 0.77% | - |
| XYZ | 21.01 | 40.02 | 11.77 | - |
| YUV | 128.56 | 92.69 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 66 | 0.90 | 0 | 0.66 | 0.23 | 135.68 | 0.81 | 0.42 |
| Hex | 14 | C4 | 42 | 5A | 0 | 42 | 17 | 88 | 51 | 2A |
| Octal | 24 | 304 | 102 | 132 | 0 | 102 | 27 | 210 | 121 | 52 |
| Binary | 10100 | 11000100 | 1000010 | 1011010 | 0 | 1000010 | 10111 | 10001000 | 1010001 | 101010 |
Color Harmonies of #14C442
Complementary color
Monochromatic Colors of #14C442
Black with #14C442
Text Example
Text Example
White with #14C442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C442; }
p { color: rgb(20,196,66); }
H1.HeaderClassName
{
color: #14C442;
}
.AnyTagClassName
{
color: #14C442;
}
</style>
background-color css
<style>
a { background-color: #14C442; }
a { background-color: rgb(20,196,66); }
div.DivClassName
{
background-color: #14C442;
}
.BgClassName
{
background-color: #14C442;
}
</style>
border-color css
<style>
span { border-color: #14C442; }
span { border-color: rgb(20,196,66); }
td.TdClassName
{
border-color: #14C442;
}
.TagClassName
{
border-color: #14C442;
}
</style>