Shades of Dark Pastel Green #14BC20
Tints of Dark Pastel Green #14BC20
RGB
CMYK
RGB Variations
Color information
#14BC20 (or 0x14BC20) is known color: Dark Pastel Green. HEX triplet: 14, BC and 20. RGB value is (20,188,32). Sum of RGB (Red+Green+Blue) = 20+188+32=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BC20 is #EB43DF. Grayscale: #787878. Windows color (decimal): -15418336 or 2145300. OLE color: 2145300.
HSL color Cylindrical-coordinate representation of color #14BC20: hue angle of 124.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BC20 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 32 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.26 |
| HSL | 124.29º | 0.81% | 0.41% | - |
| HSV(B) | 124.29º | 0.89% | 0.74% | - |
| XYZ | 18.53 | 36.22 | 7.38 | - |
| YUV | 119.98 | 78.34 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 32 | 0.89 | 0 | 0.83 | 0.26 | 124.29 | 0.81 | 0.41 |
| Hex | 14 | BC | 20 | 59 | 0 | 53 | 1A | 7C | 51 | 29 |
| Octal | 24 | 274 | 40 | 131 | 0 | 123 | 32 | 174 | 121 | 51 |
| Binary | 10100 | 10111100 | 100000 | 1011001 | 0 | 1010011 | 11010 | 1111100 | 1010001 | 101001 |
Color Harmonies of #14BC20
Complementary color
Monochromatic Colors of #14BC20
Black with #14BC20
Text Example
Text Example
White with #14BC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC20; }
p { color: rgb(20,188,32); }
H1.HeaderClassName
{
color: #14BC20;
}
.AnyTagClassName
{
color: #14BC20;
}
</style>
background-color css
<style>
a { background-color: #14BC20; }
a { background-color: rgb(20,188,32); }
div.DivClassName
{
background-color: #14BC20;
}
.BgClassName
{
background-color: #14BC20;
}
</style>
border-color css
<style>
span { border-color: #14BC20; }
span { border-color: rgb(20,188,32); }
td.TdClassName
{
border-color: #14BC20;
}
.TagClassName
{
border-color: #14BC20;
}
</style>