Shades of Pigment Green #14983E
Tints of Pigment Green #14983E
RGB
CMYK
RGB Variations
Color information
#14983E (or 0x14983E) is known color: Pigment Green. HEX triplet: 14, 98 and 3E. RGB value is (20,152,62). Sum of RGB (Red+Green+Blue) = 20+152+62=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 152 (59.77% from 255 or 64.96% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 152 - color contains mainly: green. Hex color #14983E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14983E is #EB67C1. Grayscale: #666666. Windows color (decimal): -15427522 or 4102164. OLE color: 4102164.
HSL color Cylindrical-coordinate representation of color #14983E: hue angle of 139.09º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14983E is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 62 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.40 |
| HSL | 139.09º | 0.77% | 0.34% | - |
| HSV(B) | 139.09º | 0.87% | 0.6% | - |
| XYZ | 12.39 | 22.95 | 8.33 | - |
| YUV | 102.27 | 105.27 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 62 | 0.87 | 0 | 0.59 | 0.40 | 139.09 | 0.77 | 0.34 |
| Hex | 14 | 98 | 3E | 57 | 0 | 3B | 28 | 8B | 4D | 22 |
| Octal | 24 | 230 | 76 | 127 | 0 | 73 | 50 | 213 | 115 | 42 |
| Binary | 10100 | 10011000 | 111110 | 1010111 | 0 | 111011 | 101000 | 10001011 | 1001101 | 100010 |
Color Harmonies of #14983E
Complementary color
Monochromatic Colors of #14983E
Black with #14983E
Text Example
Text Example
White with #14983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14983E; }
p { color: rgb(20,152,62); }
H1.HeaderClassName
{
color: #14983E;
}
.AnyTagClassName
{
color: #14983E;
}
</style>
background-color css
<style>
a { background-color: #14983E; }
a { background-color: rgb(20,152,62); }
div.DivClassName
{
background-color: #14983E;
}
.BgClassName
{
background-color: #14983E;
}
</style>
border-color css
<style>
span { border-color: #14983E; }
span { border-color: rgb(20,152,62); }
td.TdClassName
{
border-color: #14983E;
}
.TagClassName
{
border-color: #14983E;
}
</style>