Shades of Dark Pastel Green #14BF4C
Tints of Dark Pastel Green #14BF4C
RGB
CMYK
RGB Variations
Color information
#14BF4C (or 0x14BF4C) is known color: Dark Pastel Green. HEX triplet: 14, BF and 4C. RGB value is (20,191,76). Sum of RGB (Red+Green+Blue) = 20+191+76=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BF4C is #EB40B3. Grayscale: #7F7F7F. Windows color (decimal): -15417524 or 5029652. OLE color: 5029652.
HSL color Cylindrical-coordinate representation of color #14BF4C: hue angle of 139.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF4C is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 191 | 76 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.25 |
| HSL | 139.65º | 0.81% | 0.41% | - |
| HSV(B) | 139.65º | 0.9% | 0.75% | - |
| XYZ | 20.22 | 37.93 | 13.09 | - |
| YUV | 126.76 | 99.35 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 76 | 0.90 | 0 | 0.60 | 0.25 | 139.65 | 0.81 | 0.41 |
| Hex | 14 | BF | 4C | 5A | 0 | 3C | 19 | 8C | 51 | 29 |
| Octal | 24 | 277 | 114 | 132 | 0 | 74 | 31 | 214 | 121 | 51 |
| Binary | 10100 | 10111111 | 1001100 | 1011010 | 0 | 111100 | 11001 | 10001100 | 1010001 | 101001 |
Color Harmonies of #14BF4C
Complementary color
Monochromatic Colors of #14BF4C
Black with #14BF4C
Text Example
Text Example
White with #14BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BF4C; }
p { color: rgb(20,191,76); }
H1.HeaderClassName
{
color: #14BF4C;
}
.AnyTagClassName
{
color: #14BF4C;
}
</style>
background-color css
<style>
a { background-color: #14BF4C; }
a { background-color: rgb(20,191,76); }
div.DivClassName
{
background-color: #14BF4C;
}
.BgClassName
{
background-color: #14BF4C;
}
</style>
border-color css
<style>
span { border-color: #14BF4C; }
span { border-color: rgb(20,191,76); }
td.TdClassName
{
border-color: #14BF4C;
}
.TagClassName
{
border-color: #14BF4C;
}
</style>