Shades of Dark Pastel Green #14BC37
Tints of Dark Pastel Green #14BC37
RGB
CMYK
RGB Variations
Color information
#14BC37 (or 0x14BC37) is known color: Dark Pastel Green. HEX triplet: 14, BC and 37. RGB value is (20,188,55). Sum of RGB (Red+Green+Blue) = 20+188+55=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 188 (73.83% from 255 or 71.48% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BC37 is #EB43C8. Grayscale: #7A7A7A. Windows color (decimal): -15418313 or 3652628. OLE color: 3652628.
HSL color Cylindrical-coordinate representation of color #14BC37: hue angle of 132.5º 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 #14BC37 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 55 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.26 |
| HSL | 132.5º | 0.81% | 0.41% | - |
| HSV(B) | 132.5º | 0.89% | 0.74% | - |
| XYZ | 18.96 | 36.39 | 9.64 | - |
| YUV | 122.61 | 89.84 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 55 | 0.89 | 0 | 0.71 | 0.26 | 132.5 | 0.81 | 0.41 |
| Hex | 14 | BC | 37 | 59 | 0 | 47 | 1A | 84 | 51 | 29 |
| Octal | 24 | 274 | 67 | 131 | 0 | 107 | 32 | 204 | 121 | 51 |
| Binary | 10100 | 10111100 | 110111 | 1011001 | 0 | 1000111 | 11010 | 10000100 | 1010001 | 101001 |
Color Harmonies of #14BC37
Complementary color
Monochromatic Colors of #14BC37
Black with #14BC37
Text Example
Text Example
White with #14BC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC37; }
p { color: rgb(20,188,55); }
H1.HeaderClassName
{
color: #14BC37;
}
.AnyTagClassName
{
color: #14BC37;
}
</style>
background-color css
<style>
a { background-color: #14BC37; }
a { background-color: rgb(20,188,55); }
div.DivClassName
{
background-color: #14BC37;
}
.BgClassName
{
background-color: #14BC37;
}
</style>
border-color css
<style>
span { border-color: #14BC37; }
span { border-color: rgb(20,188,55); }
td.TdClassName
{
border-color: #14BC37;
}
.TagClassName
{
border-color: #14BC37;
}
</style>