Shades of Pigment Green #14A04B
Tints of Pigment Green #14A04B
RGB
CMYK
RGB Variations
Color information
#14A04B (or 0x14A04B) is known color: Pigment Green. HEX triplet: 14, A0 and 4B. RGB value is (20,160,75). Sum of RGB (Red+Green+Blue) = 20+160+75=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 160 (62.89% from 255 or 62.75% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 160 - color contains mainly: green. Hex color #14A04B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A04B is #EB5FB4. Grayscale: #6C6C6C. Windows color (decimal): -15425461 or 4956180. OLE color: 4956180.
HSL color Cylindrical-coordinate representation of color #14A04B: hue angle of 143.57º 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 #14A04B is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 160 | 75 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.37 |
| HSL | 143.57º | 0.78% | 0.35% | - |
| HSV(B) | 143.57º | 0.88% | 0.63% | - |
| XYZ | 14.13 | 25.8 | 10.89 | - |
| YUV | 108.45 | 109.12 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 160 | 75 | 0.88 | 0 | 0.53 | 0.37 | 143.57 | 0.78 | 0.35 |
| Hex | 14 | A0 | 4B | 58 | 0 | 35 | 25 | 90 | 4E | 23 |
| Octal | 24 | 240 | 113 | 130 | 0 | 65 | 45 | 220 | 116 | 43 |
| Binary | 10100 | 10100000 | 1001011 | 1011000 | 0 | 110101 | 100101 | 10010000 | 1001110 | 100011 |
Color Harmonies of #14A04B
Complementary color
Monochromatic Colors of #14A04B
Black with #14A04B
Text Example
Text Example
White with #14A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A04B; }
p { color: rgb(20,160,75); }
H1.HeaderClassName
{
color: #14A04B;
}
.AnyTagClassName
{
color: #14A04B;
}
</style>
background-color css
<style>
a { background-color: #14A04B; }
a { background-color: rgb(20,160,75); }
div.DivClassName
{
background-color: #14A04B;
}
.BgClassName
{
background-color: #14A04B;
}
</style>
border-color css
<style>
span { border-color: #14A04B; }
span { border-color: rgb(20,160,75); }
td.TdClassName
{
border-color: #14A04B;
}
.TagClassName
{
border-color: #14A04B;
}
</style>