Shades of Dark Pastel Green #14CC3C
Tints of Dark Pastel Green #14CC3C
RGB
CMYK
RGB Variations
Color information
#14CC3C (or 0x14CC3C) is known color: Dark Pastel Green. HEX triplet: 14, CC and 3C. RGB value is (20,204,60). Sum of RGB (Red+Green+Blue) = 20+204+60=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 204 (80.08% from 255 or 71.83% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CC3C is #EB33C3. Grayscale: #848484. Windows color (decimal): -15414212 or 3984404. OLE color: 3984404.
HSL color Cylindrical-coordinate representation of color #14CC3C: hue angle of 133.04º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CC3C is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 60 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.2 |
| HSL | 133.04º | 0.82% | 0.44% | - |
| HSV(B) | 133.04º | 0.9% | 0.8% | - |
| XYZ | 22.7 | 43.66 | 11.51 | - |
| YUV | 132.57 | 87.04 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 60 | 0.90 | 0 | 0.71 | 0.2 | 133.04 | 0.82 | 0.44 |
| Hex | 14 | CC | 3C | 5A | 0 | 47 | 14 | 85 | 52 | 2C |
| Octal | 24 | 314 | 74 | 132 | 0 | 107 | 24 | 205 | 122 | 54 |
| Binary | 10100 | 11001100 | 111100 | 1011010 | 0 | 1000111 | 10100 | 10000101 | 1010010 | 101100 |
Color Harmonies of #14CC3C
Complementary color
Monochromatic Colors of #14CC3C
Black with #14CC3C
Text Example
Text Example
White with #14CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC3C; }
p { color: rgb(20,204,60); }
H1.HeaderClassName
{
color: #14CC3C;
}
.AnyTagClassName
{
color: #14CC3C;
}
</style>
background-color css
<style>
a { background-color: #14CC3C; }
a { background-color: rgb(20,204,60); }
div.DivClassName
{
background-color: #14CC3C;
}
.BgClassName
{
background-color: #14CC3C;
}
</style>
border-color css
<style>
span { border-color: #14CC3C; }
span { border-color: rgb(20,204,60); }
td.TdClassName
{
border-color: #14CC3C;
}
.TagClassName
{
border-color: #14CC3C;
}
</style>