Shades of Pigment Green #14B656
Tints of Pigment Green #14B656
RGB
CMYK
RGB Variations
Color information
#14B656 (or 0x14B656) is known color: Pigment Green. HEX triplet: 14, B6 and 56. RGB value is (20,182,86). Sum of RGB (Red+Green+Blue) = 20+182+86=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 182 (71.48% from 255 or 63.19% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 182 - color contains mainly: green. Hex color #14B656 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B656 is #EB49A9. Grayscale: #7A7A7A. Windows color (decimal): -15419818 or 5682708. OLE color: 5682708.
HSL color Cylindrical-coordinate representation of color #14B656: hue angle of 144.44º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B656 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 182 | 86 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.29 |
| HSL | 144.44º | 0.8% | 0.4% | - |
| HSV(B) | 144.44º | 0.89% | 0.71% | - |
| XYZ | 18.7 | 34.28 | 14.43 | - |
| YUV | 122.62 | 107.33 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 182 | 86 | 0.89 | 0 | 0.53 | 0.29 | 144.44 | 0.8 | 0.4 |
| Hex | 14 | B6 | 56 | 59 | 0 | 35 | 1D | 90 | 50 | 28 |
| Octal | 24 | 266 | 126 | 131 | 0 | 65 | 35 | 220 | 120 | 50 |
| Binary | 10100 | 10110110 | 1010110 | 1011001 | 0 | 110101 | 11101 | 10010000 | 1010000 | 101000 |
Color Harmonies of #14B656
Complementary color
Monochromatic Colors of #14B656
Black with #14B656
Text Example
Text Example
White with #14B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B656; }
p { color: rgb(20,182,86); }
H1.HeaderClassName
{
color: #14B656;
}
.AnyTagClassName
{
color: #14B656;
}
</style>
background-color css
<style>
a { background-color: #14B656; }
a { background-color: rgb(20,182,86); }
div.DivClassName
{
background-color: #14B656;
}
.BgClassName
{
background-color: #14B656;
}
</style>
border-color css
<style>
span { border-color: #14B656; }
span { border-color: rgb(20,182,86); }
td.TdClassName
{
border-color: #14B656;
}
.TagClassName
{
border-color: #14B656;
}
</style>