Shades of Dark Pastel Green #14C342
Tints of Dark Pastel Green #14C342
RGB
CMYK
RGB Variations
Color information
#14C342 (or 0x14C342) is known color: Dark Pastel Green. HEX triplet: 14, C3 and 42. RGB value is (20,195,66). Sum of RGB (Red+Green+Blue) = 20+195+66=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 195 (76.56% from 255 or 69.40% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 195 - color contains mainly: green. Hex color #14C342 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C342 is #EB3CBD. Grayscale: #808080. Windows color (decimal): -15416510 or 4375316. OLE color: 4375316.
HSL color Cylindrical-coordinate representation of color #14C342: hue angle of 135.77º 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 #14C342 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 195 | 66 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.24 |
| HSL | 135.77º | 0.81% | 0.42% | - |
| HSV(B) | 135.77º | 0.9% | 0.76% | - |
| XYZ | 20.79 | 39.57 | 11.7 | - |
| YUV | 127.97 | 93.02 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 195 | 66 | 0.90 | 0 | 0.66 | 0.24 | 135.77 | 0.81 | 0.42 |
| Hex | 14 | C3 | 42 | 5A | 0 | 42 | 18 | 88 | 51 | 2A |
| Octal | 24 | 303 | 102 | 132 | 0 | 102 | 30 | 210 | 121 | 52 |
| Binary | 10100 | 11000011 | 1000010 | 1011010 | 0 | 1000010 | 11000 | 10001000 | 1010001 | 101010 |
Color Harmonies of #14C342
Complementary color
Monochromatic Colors of #14C342
Black with #14C342
Text Example
Text Example
White with #14C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C342; }
p { color: rgb(20,195,66); }
H1.HeaderClassName
{
color: #14C342;
}
.AnyTagClassName
{
color: #14C342;
}
</style>
background-color css
<style>
a { background-color: #14C342; }
a { background-color: rgb(20,195,66); }
div.DivClassName
{
background-color: #14C342;
}
.BgClassName
{
background-color: #14C342;
}
</style>
border-color css
<style>
span { border-color: #14C342; }
span { border-color: rgb(20,195,66); }
td.TdClassName
{
border-color: #14C342;
}
.TagClassName
{
border-color: #14C342;
}
</style>