Shades of Dark Pastel Green #14BC3A
Tints of Dark Pastel Green #14BC3A
RGB
CMYK
RGB Variations
Color information
#14BC3A (or 0x14BC3A) is known color: Dark Pastel Green. HEX triplet: 14, BC and 3A. RGB value is (20,188,58). Sum of RGB (Red+Green+Blue) = 20+188+58=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BC3A is #EB43C5. Grayscale: #7B7B7B. Windows color (decimal): -15418310 or 3849236. OLE color: 3849236.
HSL color Cylindrical-coordinate representation of color #14BC3A: hue angle of 133.57º 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 #14BC3A is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 58 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.26 |
| HSL | 133.57º | 0.81% | 0.41% | - |
| HSV(B) | 133.57º | 0.89% | 0.74% | - |
| XYZ | 19.04 | 36.42 | 10.03 | - |
| YUV | 122.95 | 91.34 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 58 | 0.89 | 0 | 0.69 | 0.26 | 133.57 | 0.81 | 0.41 |
| Hex | 14 | BC | 3A | 59 | 0 | 45 | 1A | 86 | 51 | 29 |
| Octal | 24 | 274 | 72 | 131 | 0 | 105 | 32 | 206 | 121 | 51 |
| Binary | 10100 | 10111100 | 111010 | 1011001 | 0 | 1000101 | 11010 | 10000110 | 1010001 | 101001 |
Color Harmonies of #14BC3A
Complementary color
Monochromatic Colors of #14BC3A
Black with #14BC3A
Text Example
Text Example
White with #14BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC3A; }
p { color: rgb(20,188,58); }
H1.HeaderClassName
{
color: #14BC3A;
}
.AnyTagClassName
{
color: #14BC3A;
}
</style>
background-color css
<style>
a { background-color: #14BC3A; }
a { background-color: rgb(20,188,58); }
div.DivClassName
{
background-color: #14BC3A;
}
.BgClassName
{
background-color: #14BC3A;
}
</style>
border-color css
<style>
span { border-color: #14BC3A; }
span { border-color: rgb(20,188,58); }
td.TdClassName
{
border-color: #14BC3A;
}
.TagClassName
{
border-color: #14BC3A;
}
</style>