Shades of Dark Pastel Green #14CE2A
Tints of Dark Pastel Green #14CE2A
RGB
CMYK
RGB Variations
Color information
#14CE2A (or 0x14CE2A) is known color: Dark Pastel Green. HEX triplet: 14, CE and 2A. RGB value is (20,206,42). Sum of RGB (Red+Green+Blue) = 20+206+42=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 206 (80.86% from 255 or 76.87% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CE2A is #EB31D5. Grayscale: #848484. Windows color (decimal): -15413718 or 2805268. OLE color: 2805268.
HSL color Cylindrical-coordinate representation of color #14CE2A: hue angle of 127.1º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE2A is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 42 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.19 |
| HSL | 127.1º | 0.82% | 0.44% | - |
| HSV(B) | 127.1º | 0.9% | 0.81% | - |
| XYZ | 22.78 | 44.46 | 9.57 | - |
| YUV | 131.69 | 77.38 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 42 | 0.90 | 0 | 0.80 | 0.19 | 127.1 | 0.82 | 0.44 |
| Hex | 14 | CE | 2A | 5A | 0 | 50 | 13 | 7F | 52 | 2C |
| Octal | 24 | 316 | 52 | 132 | 0 | 120 | 23 | 177 | 122 | 54 |
| Binary | 10100 | 11001110 | 101010 | 1011010 | 0 | 1010000 | 10011 | 1111111 | 1010010 | 101100 |
Color Harmonies of #14CE2A
Complementary color
Monochromatic Colors of #14CE2A
Black with #14CE2A
Text Example
Text Example
White with #14CE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE2A; }
p { color: rgb(20,206,42); }
H1.HeaderClassName
{
color: #14CE2A;
}
.AnyTagClassName
{
color: #14CE2A;
}
</style>
background-color css
<style>
a { background-color: #14CE2A; }
a { background-color: rgb(20,206,42); }
div.DivClassName
{
background-color: #14CE2A;
}
.BgClassName
{
background-color: #14CE2A;
}
</style>
border-color css
<style>
span { border-color: #14CE2A; }
span { border-color: rgb(20,206,42); }
td.TdClassName
{
border-color: #14CE2A;
}
.TagClassName
{
border-color: #14CE2A;
}
</style>