Shades of Dark Pastel Green #14C929
Tints of Dark Pastel Green #14C929
RGB
CMYK
RGB Variations
Color information
#14C929 (or 0x14C929) is known color: Dark Pastel Green. HEX triplet: 14, C9 and 29. RGB value is (20,201,41). Sum of RGB (Red+Green+Blue) = 20+201+41=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 201 (78.91% from 255 or 76.72% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 201 - color contains mainly: green. Hex color #14C929 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C929 is #EB36D6. Grayscale: #818181. Windows color (decimal): -15414999 or 2738452. OLE color: 2738452.
HSL color Cylindrical-coordinate representation of color #14C929: hue angle of 126.96º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C929 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 201 | 41 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.21 |
| HSL | 126.96º | 0.82% | 0.43% | - |
| HSV(B) | 126.96º | 0.9% | 0.79% | - |
| XYZ | 21.58 | 42.08 | 9.08 | - |
| YUV | 128.64 | 78.53 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 41 | 0.90 | 0 | 0.80 | 0.21 | 126.96 | 0.82 | 0.43 |
| Hex | 14 | C9 | 29 | 5A | 0 | 50 | 15 | 7F | 52 | 2B |
| Octal | 24 | 311 | 51 | 132 | 0 | 120 | 25 | 177 | 122 | 53 |
| Binary | 10100 | 11001001 | 101001 | 1011010 | 0 | 1010000 | 10101 | 1111111 | 1010010 | 101011 |
Color Harmonies of #14C929
Complementary color
Monochromatic Colors of #14C929
Black with #14C929
Text Example
Text Example
White with #14C929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C929; }
p { color: rgb(20,201,41); }
H1.HeaderClassName
{
color: #14C929;
}
.AnyTagClassName
{
color: #14C929;
}
</style>
background-color css
<style>
a { background-color: #14C929; }
a { background-color: rgb(20,201,41); }
div.DivClassName
{
background-color: #14C929;
}
.BgClassName
{
background-color: #14C929;
}
</style>
border-color css
<style>
span { border-color: #14C929; }
span { border-color: rgb(20,201,41); }
td.TdClassName
{
border-color: #14C929;
}
.TagClassName
{
border-color: #14C929;
}
</style>