Shades of Pigment Green #14B858
Tints of Pigment Green #14B858
RGB
CMYK
RGB Variations
Color information
#14B858 (or 0x14B858) is known color: Pigment Green. HEX triplet: 14, B8 and 58. RGB value is (20,184,88). Sum of RGB (Red+Green+Blue) = 20+184+88=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 184 (72.27% from 255 or 63.01% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 184 - color contains mainly: green. Hex color #14B858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B858 is #EB47A7. Grayscale: #7C7C7C. Windows color (decimal): -15419304 or 5814292. OLE color: 5814292.
HSL color Cylindrical-coordinate representation of color #14B858: hue angle of 144.88º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B858 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 184 | 88 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.28 |
| HSL | 144.88º | 0.8% | 0.4% | - |
| HSV(B) | 144.88º | 0.89% | 0.72% | - |
| XYZ | 19.19 | 35.13 | 15 | - |
| YUV | 124.02 | 107.67 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 184 | 88 | 0.89 | 0 | 0.52 | 0.28 | 144.88 | 0.8 | 0.4 |
| Hex | 14 | B8 | 58 | 59 | 0 | 34 | 1C | 91 | 50 | 28 |
| Octal | 24 | 270 | 130 | 131 | 0 | 64 | 34 | 221 | 120 | 50 |
| Binary | 10100 | 10111000 | 1011000 | 1011001 | 0 | 110100 | 11100 | 10010001 | 1010000 | 101000 |
Color Harmonies of #14B858
Complementary color
Monochromatic Colors of #14B858
Black with #14B858
Text Example
Text Example
White with #14B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B858; }
p { color: rgb(20,184,88); }
H1.HeaderClassName
{
color: #14B858;
}
.AnyTagClassName
{
color: #14B858;
}
</style>
background-color css
<style>
a { background-color: #14B858; }
a { background-color: rgb(20,184,88); }
div.DivClassName
{
background-color: #14B858;
}
.BgClassName
{
background-color: #14B858;
}
</style>
border-color css
<style>
span { border-color: #14B858; }
span { border-color: rgb(20,184,88); }
td.TdClassName
{
border-color: #14B858;
}
.TagClassName
{
border-color: #14B858;
}
</style>