Shades of Pigment Green #14A74C
Tints of Pigment Green #14A74C
RGB
CMYK
RGB Variations
Color information
#14A74C (or 0x14A74C) is known color: Pigment Green. HEX triplet: 14, A7 and 4C. RGB value is (20,167,76). Sum of RGB (Red+Green+Blue) = 20+167+76=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 167 (65.62% from 255 or 63.50% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 167 - color contains mainly: green. Hex color #14A74C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A74C is #EB58B3. Grayscale: #707070. Windows color (decimal): -15423668 or 5023508. OLE color: 5023508.
HSL color Cylindrical-coordinate representation of color #14A74C: hue angle of 142.86º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A74C is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 167 | 76 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.35 |
| HSL | 142.86º | 0.79% | 0.37% | - |
| HSV(B) | 142.86º | 0.88% | 0.65% | - |
| XYZ | 15.41 | 28.31 | 11.49 | - |
| YUV | 112.67 | 107.3 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 167 | 76 | 0.88 | 0 | 0.54 | 0.35 | 142.86 | 0.79 | 0.37 |
| Hex | 14 | A7 | 4C | 58 | 0 | 36 | 23 | 8F | 4F | 25 |
| Octal | 24 | 247 | 114 | 130 | 0 | 66 | 43 | 217 | 117 | 45 |
| Binary | 10100 | 10100111 | 1001100 | 1011000 | 0 | 110110 | 100011 | 10001111 | 1001111 | 100101 |
Color Harmonies of #14A74C
Complementary color
Monochromatic Colors of #14A74C
Black with #14A74C
Text Example
Text Example
White with #14A74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A74C; }
p { color: rgb(20,167,76); }
H1.HeaderClassName
{
color: #14A74C;
}
.AnyTagClassName
{
color: #14A74C;
}
</style>
background-color css
<style>
a { background-color: #14A74C; }
a { background-color: rgb(20,167,76); }
div.DivClassName
{
background-color: #14A74C;
}
.BgClassName
{
background-color: #14A74C;
}
</style>
border-color css
<style>
span { border-color: #14A74C; }
span { border-color: rgb(20,167,76); }
td.TdClassName
{
border-color: #14A74C;
}
.TagClassName
{
border-color: #14A74C;
}
</style>