Shades of Dark Pastel Green #14C14B
Tints of Dark Pastel Green #14C14B
RGB
CMYK
RGB Variations
Color information
#14C14B (or 0x14C14B) is known color: Dark Pastel Green. HEX triplet: 14, C1 and 4B. RGB value is (20,193,75). Sum of RGB (Red+Green+Blue) = 20+193+75=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 193 (75.78% from 255 or 67.01% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 193 - color contains mainly: green. Hex color #14C14B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C14B is #EB3EB4. Grayscale: #808080. Windows color (decimal): -15417013 or 4964628. OLE color: 4964628.
HSL color Cylindrical-coordinate representation of color #14C14B: hue angle of 139.08º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C14B is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 193 | 75 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.24 |
| HSL | 139.08º | 0.81% | 0.42% | - |
| HSV(B) | 139.08º | 0.9% | 0.76% | - |
| XYZ | 20.63 | 38.8 | 13.06 | - |
| YUV | 127.82 | 98.19 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 75 | 0.90 | 0 | 0.61 | 0.24 | 139.08 | 0.81 | 0.42 |
| Hex | 14 | C1 | 4B | 5A | 0 | 3D | 18 | 8B | 51 | 2A |
| Octal | 24 | 301 | 113 | 132 | 0 | 75 | 30 | 213 | 121 | 52 |
| Binary | 10100 | 11000001 | 1001011 | 1011010 | 0 | 111101 | 11000 | 10001011 | 1010001 | 101010 |
Color Harmonies of #14C14B
Complementary color
Monochromatic Colors of #14C14B
Black with #14C14B
Text Example
Text Example
White with #14C14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C14B; }
p { color: rgb(20,193,75); }
H1.HeaderClassName
{
color: #14C14B;
}
.AnyTagClassName
{
color: #14C14B;
}
</style>
background-color css
<style>
a { background-color: #14C14B; }
a { background-color: rgb(20,193,75); }
div.DivClassName
{
background-color: #14C14B;
}
.BgClassName
{
background-color: #14C14B;
}
</style>
border-color css
<style>
span { border-color: #14C14B; }
span { border-color: rgb(20,193,75); }
td.TdClassName
{
border-color: #14C14B;
}
.TagClassName
{
border-color: #14C14B;
}
</style>