Shades of Pigment Green #14A03D
Tints of Pigment Green #14A03D
RGB
CMYK
RGB Variations
Color information
#14A03D (or 0x14A03D) is known color: Pigment Green. HEX triplet: 14, A0 and 3D. RGB value is (20,160,61). Sum of RGB (Red+Green+Blue) = 20+160+61=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #14A03D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A03D is #EB5FC2. Grayscale: #6B6B6B. Windows color (decimal): -15425475 or 4038676. OLE color: 4038676.
HSL color Cylindrical-coordinate representation of color #14A03D: hue angle of 137.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 #14A03D is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 160 | 61 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.37 |
| HSL | 137.57º | 0.78% | 0.35% | - |
| HSV(B) | 137.57º | 0.88% | 0.63% | - |
| XYZ | 13.7 | 25.63 | 8.64 | - |
| YUV | 106.85 | 102.12 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 160 | 61 | 0.88 | 0 | 0.62 | 0.37 | 137.57 | 0.78 | 0.35 |
| Hex | 14 | A0 | 3D | 58 | 0 | 3E | 25 | 8A | 4E | 23 |
| Octal | 24 | 240 | 75 | 130 | 0 | 76 | 45 | 212 | 116 | 43 |
| Binary | 10100 | 10100000 | 111101 | 1011000 | 0 | 111110 | 100101 | 10001010 | 1001110 | 100011 |
Color Harmonies of #14A03D
Complementary color
Monochromatic Colors of #14A03D
Black with #14A03D
Text Example
Text Example
White with #14A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A03D; }
p { color: rgb(20,160,61); }
H1.HeaderClassName
{
color: #14A03D;
}
.AnyTagClassName
{
color: #14A03D;
}
</style>
background-color css
<style>
a { background-color: #14A03D; }
a { background-color: rgb(20,160,61); }
div.DivClassName
{
background-color: #14A03D;
}
.BgClassName
{
background-color: #14A03D;
}
</style>
border-color css
<style>
span { border-color: #14A03D; }
span { border-color: rgb(20,160,61); }
td.TdClassName
{
border-color: #14A03D;
}
.TagClassName
{
border-color: #14A03D;
}
</style>