Shades of Pigment Green #14A844
Tints of Pigment Green #14A844
RGB
CMYK
RGB Variations
Color information
#14A844 (or 0x14A844) is known color: Pigment Green. HEX triplet: 14, A8 and 44. RGB value is (20,168,68). Sum of RGB (Red+Green+Blue) = 20+168+68=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 168 (66.02% from 255 or 65.62% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 168 - color contains mainly: green. Hex color #14A844 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A844 is #EB57BB. Grayscale: #707070. Windows color (decimal): -15423420 or 4499476. OLE color: 4499476.
HSL color Cylindrical-coordinate representation of color #14A844: hue angle of 139.46º 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 #14A844 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 168 | 68 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.34 |
| HSL | 139.46º | 0.79% | 0.37% | - |
| HSV(B) | 139.46º | 0.88% | 0.66% | - |
| XYZ | 15.33 | 28.57 | 10.18 | - |
| YUV | 112.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 168 | 68 | 0.88 | 0 | 0.60 | 0.34 | 139.46 | 0.79 | 0.37 |
| Hex | 14 | A8 | 44 | 58 | 0 | 3C | 22 | 8B | 4F | 25 |
| Octal | 24 | 250 | 104 | 130 | 0 | 74 | 42 | 213 | 117 | 45 |
| Binary | 10100 | 10101000 | 1000100 | 1011000 | 0 | 111100 | 100010 | 10001011 | 1001111 | 100101 |
Color Harmonies of #14A844
Complementary color
Monochromatic Colors of #14A844
Black with #14A844
Text Example
Text Example
White with #14A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A844; }
p { color: rgb(20,168,68); }
H1.HeaderClassName
{
color: #14A844;
}
.AnyTagClassName
{
color: #14A844;
}
</style>
background-color css
<style>
a { background-color: #14A844; }
a { background-color: rgb(20,168,68); }
div.DivClassName
{
background-color: #14A844;
}
.BgClassName
{
background-color: #14A844;
}
</style>
border-color css
<style>
span { border-color: #14A844; }
span { border-color: rgb(20,168,68); }
td.TdClassName
{
border-color: #14A844;
}
.TagClassName
{
border-color: #14A844;
}
</style>