Shades of Dark Pastel Green #14BC4B
Tints of Dark Pastel Green #14BC4B
RGB
CMYK
RGB Variations
Color information
#14BC4B (or 0x14BC4B) is known color: Dark Pastel Green. HEX triplet: 14, BC and 4B. RGB value is (20,188,75). Sum of RGB (Red+Green+Blue) = 20+188+75=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 188 (73.83% from 255 or 66.43% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BC4B is #EB43B4. Grayscale: #7D7D7D. Windows color (decimal): -15418293 or 4963348. OLE color: 4963348.
HSL color Cylindrical-coordinate representation of color #14BC4B: hue angle of 139.64º 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 #14BC4B is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 75 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.26 |
| HSL | 139.64º | 0.81% | 0.41% | - |
| HSV(B) | 139.64º | 0.89% | 0.74% | - |
| XYZ | 19.54 | 36.62 | 12.7 | - |
| YUV | 124.89 | 99.84 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 75 | 0.89 | 0 | 0.60 | 0.26 | 139.64 | 0.81 | 0.41 |
| Hex | 14 | BC | 4B | 59 | 0 | 3C | 1A | 8C | 51 | 29 |
| Octal | 24 | 274 | 113 | 131 | 0 | 74 | 32 | 214 | 121 | 51 |
| Binary | 10100 | 10111100 | 1001011 | 1011001 | 0 | 111100 | 11010 | 10001100 | 1010001 | 101001 |
Color Harmonies of #14BC4B
Complementary color
Monochromatic Colors of #14BC4B
Black with #14BC4B
Text Example
Text Example
White with #14BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC4B; }
p { color: rgb(20,188,75); }
H1.HeaderClassName
{
color: #14BC4B;
}
.AnyTagClassName
{
color: #14BC4B;
}
</style>
background-color css
<style>
a { background-color: #14BC4B; }
a { background-color: rgb(20,188,75); }
div.DivClassName
{
background-color: #14BC4B;
}
.BgClassName
{
background-color: #14BC4B;
}
</style>
border-color css
<style>
span { border-color: #14BC4B; }
span { border-color: rgb(20,188,75); }
td.TdClassName
{
border-color: #14BC4B;
}
.TagClassName
{
border-color: #14BC4B;
}
</style>