Shades of Pigment Green #14A846
Tints of Pigment Green #14A846
RGB
CMYK
RGB Variations
Color information
#14A846 (or 0x14A846) is known color: Pigment Green. HEX triplet: 14, A8 and 46. RGB value is (20,168,70). Sum of RGB (Red+Green+Blue) = 20+168+70=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 168 (66.02% from 255 or 65.12% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 168 - color contains mainly: green. Hex color #14A846 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A846 is #EB57B9. Grayscale: #707070. Windows color (decimal): -15423418 or 4630548. OLE color: 4630548.
HSL color Cylindrical-coordinate representation of color #14A846: hue angle of 140.27º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A846 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 168 | 70 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.34 |
| HSL | 140.27º | 0.79% | 0.37% | - |
| HSV(B) | 140.27º | 0.88% | 0.66% | - |
| XYZ | 15.4 | 28.6 | 10.5 | - |
| YUV | 112.58 | 103.97 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 168 | 70 | 0.88 | 0 | 0.58 | 0.34 | 140.27 | 0.79 | 0.37 |
| Hex | 14 | A8 | 46 | 58 | 0 | 3A | 22 | 8C | 4F | 25 |
| Octal | 24 | 250 | 106 | 130 | 0 | 72 | 42 | 214 | 117 | 45 |
| Binary | 10100 | 10101000 | 1000110 | 1011000 | 0 | 111010 | 100010 | 10001100 | 1001111 | 100101 |
Color Harmonies of #14A846
Complementary color
Monochromatic Colors of #14A846
Black with #14A846
Text Example
Text Example
White with #14A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A846; }
p { color: rgb(20,168,70); }
H1.HeaderClassName
{
color: #14A846;
}
.AnyTagClassName
{
color: #14A846;
}
</style>
background-color css
<style>
a { background-color: #14A846; }
a { background-color: rgb(20,168,70); }
div.DivClassName
{
background-color: #14A846;
}
.BgClassName
{
background-color: #14A846;
}
</style>
border-color css
<style>
span { border-color: #14A846; }
span { border-color: rgb(20,168,70); }
td.TdClassName
{
border-color: #14A846;
}
.TagClassName
{
border-color: #14A846;
}
</style>