Shades of Dark Pastel Green #14CC31
Tints of Dark Pastel Green #14CC31
RGB
CMYK
RGB Variations
Color information
#14CC31 (or 0x14CC31) is known color: Dark Pastel Green. HEX triplet: 14, CC and 31. RGB value is (20,204,49). Sum of RGB (Red+Green+Blue) = 20+204+49=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 204 (80.08% from 255 or 74.73% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CC31 is #EB33CE. Grayscale: #838383. Windows color (decimal): -15414223 or 3263508. OLE color: 3263508.
HSL color Cylindrical-coordinate representation of color #14CC31: hue angle of 129.46º 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 #14CC31 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 49 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.2 |
| HSL | 129.46º | 0.82% | 0.44% | - |
| HSV(B) | 129.46º | 0.9% | 0.8% | - |
| XYZ | 22.44 | 43.56 | 10.13 | - |
| YUV | 131.31 | 81.54 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 49 | 0.90 | 0 | 0.76 | 0.2 | 129.46 | 0.82 | 0.44 |
| Hex | 14 | CC | 31 | 5A | 0 | 4C | 14 | 81 | 52 | 2C |
| Octal | 24 | 314 | 61 | 132 | 0 | 114 | 24 | 201 | 122 | 54 |
| Binary | 10100 | 11001100 | 110001 | 1011010 | 0 | 1001100 | 10100 | 10000001 | 1010010 | 101100 |
Color Harmonies of #14CC31
Complementary color
Monochromatic Colors of #14CC31
Black with #14CC31
Text Example
Text Example
White with #14CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC31; }
p { color: rgb(20,204,49); }
H1.HeaderClassName
{
color: #14CC31;
}
.AnyTagClassName
{
color: #14CC31;
}
</style>
background-color css
<style>
a { background-color: #14CC31; }
a { background-color: rgb(20,204,49); }
div.DivClassName
{
background-color: #14CC31;
}
.BgClassName
{
background-color: #14CC31;
}
</style>
border-color css
<style>
span { border-color: #14CC31; }
span { border-color: rgb(20,204,49); }
td.TdClassName
{
border-color: #14CC31;
}
.TagClassName
{
border-color: #14CC31;
}
</style>