Shades of Dark Pastel Green #14C831
Tints of Dark Pastel Green #14C831
RGB
CMYK
RGB Variations
Color information
#14C831 (or 0x14C831) is known color: Dark Pastel Green. HEX triplet: 14, C8 and 31. RGB value is (20,200,49). Sum of RGB (Red+Green+Blue) = 20+200+49=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #14C831 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C831 is #EB37CE. Grayscale: #818181. Windows color (decimal): -15415247 or 3262484. OLE color: 3262484.
HSL color Cylindrical-coordinate representation of color #14C831: hue angle of 129.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C831 is Cyan = 0.9, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 200 | 49 | - |
| CMYK | 0.9 | 0 | 0.76 | 0.22 |
| HSL | 129.67º | 0.82% | 0.43% | - |
| HSV(B) | 129.67º | 0.9% | 0.78% | - |
| XYZ | 21.5 | 41.68 | 9.82 | - |
| YUV | 128.97 | 82.87 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 49 | 0.9 | 0 | 0.76 | 0.22 | 129.67 | 0.82 | 0.43 |
| Hex | 14 | C8 | 31 | 5A | 0 | 4C | 16 | 82 | 52 | 2B |
| Octal | 24 | 310 | 61 | 132 | 0 | 114 | 26 | 202 | 122 | 53 |
| Binary | 10100 | 11001000 | 110001 | 1011010 | 0 | 1001100 | 10110 | 10000010 | 1010010 | 101011 |
Color Harmonies of #14C831
Complementary color
Monochromatic Colors of #14C831
Black with #14C831
Text Example
Text Example
White with #14C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C831; }
p { color: rgb(20,200,49); }
H1.HeaderClassName
{
color: #14C831;
}
.AnyTagClassName
{
color: #14C831;
}
</style>
background-color css
<style>
a { background-color: #14C831; }
a { background-color: rgb(20,200,49); }
div.DivClassName
{
background-color: #14C831;
}
.BgClassName
{
background-color: #14C831;
}
</style>
border-color css
<style>
span { border-color: #14C831; }
span { border-color: rgb(20,200,49); }
td.TdClassName
{
border-color: #14C831;
}
.TagClassName
{
border-color: #14C831;
}
</style>