Shades of Dark Pastel Green #14C04B
Tints of Dark Pastel Green #14C04B
RGB
CMYK
RGB Variations
Color information
#14C04B (or 0x14C04B) is known color: Dark Pastel Green. HEX triplet: 14, C0 and 4B. RGB value is (20,192,75). Sum of RGB (Red+Green+Blue) = 20+192+75=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #14C04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C04B is #EB3FB4. Grayscale: #7F7F7F. Windows color (decimal): -15417269 or 4964372. OLE color: 4964372.
HSL color Cylindrical-coordinate representation of color #14C04B: hue angle of 139.19º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C04B is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 75 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.25 |
| HSL | 139.19º | 0.81% | 0.42% | - |
| HSV(B) | 139.19º | 0.9% | 0.75% | - |
| XYZ | 20.41 | 38.36 | 12.98 | - |
| YUV | 127.23 | 98.52 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 75 | 0.90 | 0 | 0.61 | 0.25 | 139.19 | 0.81 | 0.42 |
| Hex | 14 | C0 | 4B | 5A | 0 | 3D | 19 | 8B | 51 | 2A |
| Octal | 24 | 300 | 113 | 132 | 0 | 75 | 31 | 213 | 121 | 52 |
| Binary | 10100 | 11000000 | 1001011 | 1011010 | 0 | 111101 | 11001 | 10001011 | 1010001 | 101010 |
Color Harmonies of #14C04B
Complementary color
Monochromatic Colors of #14C04B
Black with #14C04B
Text Example
Text Example
White with #14C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C04B; }
p { color: rgb(20,192,75); }
H1.HeaderClassName
{
color: #14C04B;
}
.AnyTagClassName
{
color: #14C04B;
}
</style>
background-color css
<style>
a { background-color: #14C04B; }
a { background-color: rgb(20,192,75); }
div.DivClassName
{
background-color: #14C04B;
}
.BgClassName
{
background-color: #14C04B;
}
</style>
border-color css
<style>
span { border-color: #14C04B; }
span { border-color: rgb(20,192,75); }
td.TdClassName
{
border-color: #14C04B;
}
.TagClassName
{
border-color: #14C04B;
}
</style>