Shades of Pigment Green #14A155
Tints of Pigment Green #14A155
RGB
CMYK
RGB Variations
Color information
#14A155 (or 0x14A155) is known color: Pigment Green. HEX triplet: 14, A1 and 55. RGB value is (20,161,85). Sum of RGB (Red+Green+Blue) = 20+161+85=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #14A155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A155 is #EB5EAA. Grayscale: #6E6E6E. Windows color (decimal): -15425195 or 5611796. OLE color: 5611796.
HSL color Cylindrical-coordinate representation of color #14A155: hue angle of 147.66º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A155 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 161 | 85 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.37 |
| HSL | 147.66º | 0.78% | 0.35% | - |
| HSV(B) | 147.66º | 0.88% | 0.63% | - |
| XYZ | 14.67 | 26.29 | 12.9 | - |
| YUV | 110.18 | 113.79 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 161 | 85 | 0.88 | 0 | 0.47 | 0.37 | 147.66 | 0.78 | 0.35 |
| Hex | 14 | A1 | 55 | 58 | 0 | 2F | 25 | 94 | 4E | 23 |
| Octal | 24 | 241 | 125 | 130 | 0 | 57 | 45 | 224 | 116 | 43 |
| Binary | 10100 | 10100001 | 1010101 | 1011000 | 0 | 101111 | 100101 | 10010100 | 1001110 | 100011 |
Color Harmonies of #14A155
Complementary color
Monochromatic Colors of #14A155
Black with #14A155
Text Example
Text Example
White with #14A155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A155; }
p { color: rgb(20,161,85); }
H1.HeaderClassName
{
color: #14A155;
}
.AnyTagClassName
{
color: #14A155;
}
</style>
background-color css
<style>
a { background-color: #14A155; }
a { background-color: rgb(20,161,85); }
div.DivClassName
{
background-color: #14A155;
}
.BgClassName
{
background-color: #14A155;
}
</style>
border-color css
<style>
span { border-color: #14A155; }
span { border-color: rgb(20,161,85); }
td.TdClassName
{
border-color: #14A155;
}
.TagClassName
{
border-color: #14A155;
}
</style>