Shades of Dark Pastel Green #14D430
Tints of Dark Pastel Green #14D430
RGB
CMYK
RGB Variations
Color information
#14D430 (or 0x14D430) is known color: Dark Pastel Green. HEX triplet: 14, D4 and 30. RGB value is (20,212,48). Sum of RGB (Red+Green+Blue) = 20+212+48=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 212 (83.20% from 255 or 75.71% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 212 - color contains mainly: green. Hex color #14D430 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D430 is #EB2BCF. Grayscale: #888888. Windows color (decimal): -15412176 or 3200020. OLE color: 3200020.
HSL color Cylindrical-coordinate representation of color #14D430: hue angle of 128.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D430 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 48 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.17 |
| HSL | 128.75º | 0.83% | 0.45% | - |
| HSV(B) | 128.75º | 0.91% | 0.83% | - |
| XYZ | 24.37 | 47.45 | 10.67 | - |
| YUV | 135.9 | 78.39 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 48 | 0.91 | 0 | 0.77 | 0.17 | 128.75 | 0.83 | 0.45 |
| Hex | 14 | D4 | 30 | 5B | 0 | 4D | 11 | 81 | 53 | 2D |
| Octal | 24 | 324 | 60 | 133 | 0 | 115 | 21 | 201 | 123 | 55 |
| Binary | 10100 | 11010100 | 110000 | 1011011 | 0 | 1001101 | 10001 | 10000001 | 1010011 | 101101 |
Color Harmonies of #14D430
Complementary color
Monochromatic Colors of #14D430
Black with #14D430
Text Example
Text Example
White with #14D430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D430; }
p { color: rgb(20,212,48); }
H1.HeaderClassName
{
color: #14D430;
}
.AnyTagClassName
{
color: #14D430;
}
</style>
background-color css
<style>
a { background-color: #14D430; }
a { background-color: rgb(20,212,48); }
div.DivClassName
{
background-color: #14D430;
}
.BgClassName
{
background-color: #14D430;
}
</style>
border-color css
<style>
span { border-color: #14D430; }
span { border-color: rgb(20,212,48); }
td.TdClassName
{
border-color: #14D430;
}
.TagClassName
{
border-color: #14D430;
}
</style>