Shades of Dark Pastel Green #14B246
Tints of Dark Pastel Green #14B246
RGB
CMYK
RGB Variations
Color information
#14B246 (or 0x14B246) is known color: Dark Pastel Green. HEX triplet: 14, B2 and 46. RGB value is (20,178,70). Sum of RGB (Red+Green+Blue) = 20+178+70=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 178 (69.92% from 255 or 66.42% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 178 - color contains mainly: green. Hex color #14B246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14B246 is #EB4DB9. Grayscale: #767676. Windows color (decimal): -15420858 or 4633108. OLE color: 4633108.
HSL color Cylindrical-coordinate representation of color #14B246: hue angle of 138.99º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B246 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 178 | 70 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.30 |
| HSL | 138.99º | 0.8% | 0.39% | - |
| HSV(B) | 138.99º | 0.89% | 0.7% | - |
| XYZ | 17.31 | 32.43 | 11.14 | - |
| YUV | 118.45 | 100.65 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 178 | 70 | 0.89 | 0 | 0.61 | 0.30 | 138.99 | 0.8 | 0.39 |
| Hex | 14 | B2 | 46 | 59 | 0 | 3D | 1E | 8B | 50 | 27 |
| Octal | 24 | 262 | 106 | 131 | 0 | 75 | 36 | 213 | 120 | 47 |
| Binary | 10100 | 10110010 | 1000110 | 1011001 | 0 | 111101 | 11110 | 10001011 | 1010000 | 100111 |
Color Harmonies of #14B246
Complementary color
Monochromatic Colors of #14B246
Black with #14B246
Text Example
Text Example
White with #14B246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B246; }
p { color: rgb(20,178,70); }
H1.HeaderClassName
{
color: #14B246;
}
.AnyTagClassName
{
color: #14B246;
}
</style>
background-color css
<style>
a { background-color: #14B246; }
a { background-color: rgb(20,178,70); }
div.DivClassName
{
background-color: #14B246;
}
.BgClassName
{
background-color: #14B246;
}
</style>
border-color css
<style>
span { border-color: #14B246; }
span { border-color: rgb(20,178,70); }
td.TdClassName
{
border-color: #14B246;
}
.TagClassName
{
border-color: #14B246;
}
</style>