Shades of Pigment Green #14A145
Tints of Pigment Green #14A145
RGB
CMYK
RGB Variations
Color information
#14A145 (or 0x14A145) is known color: Pigment Green. HEX triplet: 14, A1 and 45. RGB value is (20,161,69). Sum of RGB (Red+Green+Blue) = 20+161+69=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 161 (63.28% from 255 or 64.4% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 161 - color contains mainly: green. Hex color #14A145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A145 is #EB5EBA. Grayscale: #6C6C6C. Windows color (decimal): -15425211 or 4563220. OLE color: 4563220.
HSL color Cylindrical-coordinate representation of color #14A145: hue angle of 140.85º 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 #14A145 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 161 | 69 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.37 |
| HSL | 140.85º | 0.78% | 0.35% | - |
| HSV(B) | 140.85º | 0.88% | 0.63% | - |
| XYZ | 14.11 | 26.07 | 9.92 | - |
| YUV | 108.35 | 105.79 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 161 | 69 | 0.88 | 0 | 0.57 | 0.37 | 140.85 | 0.78 | 0.35 |
| Hex | 14 | A1 | 45 | 58 | 0 | 39 | 25 | 8D | 4E | 23 |
| Octal | 24 | 241 | 105 | 130 | 0 | 71 | 45 | 215 | 116 | 43 |
| Binary | 10100 | 10100001 | 1000101 | 1011000 | 0 | 111001 | 100101 | 10001101 | 1001110 | 100011 |
Color Harmonies of #14A145
Complementary color
Monochromatic Colors of #14A145
Black with #14A145
Text Example
Text Example
White with #14A145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A145; }
p { color: rgb(20,161,69); }
H1.HeaderClassName
{
color: #14A145;
}
.AnyTagClassName
{
color: #14A145;
}
</style>
background-color css
<style>
a { background-color: #14A145; }
a { background-color: rgb(20,161,69); }
div.DivClassName
{
background-color: #14A145;
}
.BgClassName
{
background-color: #14A145;
}
</style>
border-color css
<style>
span { border-color: #14A145; }
span { border-color: rgb(20,161,69); }
td.TdClassName
{
border-color: #14A145;
}
.TagClassName
{
border-color: #14A145;
}
</style>