Shades of Dark Pastel Green #14CC3A
Tints of Dark Pastel Green #14CC3A
RGB
CMYK
RGB Variations
Color information
#14CC3A (or 0x14CC3A) is known color: Dark Pastel Green. HEX triplet: 14, CC and 3A. RGB value is (20,204,58). Sum of RGB (Red+Green+Blue) = 20+204+58=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CC3A is #EB33C5. Grayscale: #848484. Windows color (decimal): -15414214 or 3853332. OLE color: 3853332.
HSL color Cylindrical-coordinate representation of color #14CC3A: hue angle of 132.39º 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 #14CC3A is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 58 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.2 |
| HSL | 132.39º | 0.82% | 0.44% | - |
| HSV(B) | 132.39º | 0.9% | 0.8% | - |
| XYZ | 22.65 | 43.64 | 11.23 | - |
| YUV | 132.34 | 86.04 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 58 | 0.90 | 0 | 0.72 | 0.2 | 132.39 | 0.82 | 0.44 |
| Hex | 14 | CC | 3A | 5A | 0 | 48 | 14 | 84 | 52 | 2C |
| Octal | 24 | 314 | 72 | 132 | 0 | 110 | 24 | 204 | 122 | 54 |
| Binary | 10100 | 11001100 | 111010 | 1011010 | 0 | 1001000 | 10100 | 10000100 | 1010010 | 101100 |
Color Harmonies of #14CC3A
Complementary color
Monochromatic Colors of #14CC3A
Black with #14CC3A
Text Example
Text Example
White with #14CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC3A; }
p { color: rgb(20,204,58); }
H1.HeaderClassName
{
color: #14CC3A;
}
.AnyTagClassName
{
color: #14CC3A;
}
</style>
background-color css
<style>
a { background-color: #14CC3A; }
a { background-color: rgb(20,204,58); }
div.DivClassName
{
background-color: #14CC3A;
}
.BgClassName
{
background-color: #14CC3A;
}
</style>
border-color css
<style>
span { border-color: #14CC3A; }
span { border-color: rgb(20,204,58); }
td.TdClassName
{
border-color: #14CC3A;
}
.TagClassName
{
border-color: #14CC3A;
}
</style>