Shades of Pigment Green #14983C
Tints of Pigment Green #14983C
RGB
CMYK
RGB Variations
Color information
#14983C (or 0x14983C) is known color: Pigment Green. HEX triplet: 14, 98 and 3C. RGB value is (20,152,60). Sum of RGB (Red+Green+Blue) = 20+152+60=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 152 (59.77% from 255 or 65.52% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 152 - color contains mainly: green. Hex color #14983C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14983C is #EB67C3. Grayscale: #666666. Windows color (decimal): -15427524 or 3971092. OLE color: 3971092.
HSL color Cylindrical-coordinate representation of color #14983C: hue angle of 138.18º 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 #14983C is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 60 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.40 |
| HSL | 138.18º | 0.77% | 0.34% | - |
| HSV(B) | 138.18º | 0.87% | 0.6% | - |
| XYZ | 12.33 | 22.93 | 8.05 | - |
| YUV | 102.04 | 104.27 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 60 | 0.87 | 0 | 0.61 | 0.40 | 138.18 | 0.77 | 0.34 |
| Hex | 14 | 98 | 3C | 57 | 0 | 3D | 28 | 8A | 4D | 22 |
| Octal | 24 | 230 | 74 | 127 | 0 | 75 | 50 | 212 | 115 | 42 |
| Binary | 10100 | 10011000 | 111100 | 1010111 | 0 | 111101 | 101000 | 10001010 | 1001101 | 100010 |
Color Harmonies of #14983C
Complementary color
Monochromatic Colors of #14983C
Black with #14983C
Text Example
Text Example
White with #14983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14983C; }
p { color: rgb(20,152,60); }
H1.HeaderClassName
{
color: #14983C;
}
.AnyTagClassName
{
color: #14983C;
}
</style>
background-color css
<style>
a { background-color: #14983C; }
a { background-color: rgb(20,152,60); }
div.DivClassName
{
background-color: #14983C;
}
.BgClassName
{
background-color: #14983C;
}
</style>
border-color css
<style>
span { border-color: #14983C; }
span { border-color: rgb(20,152,60); }
td.TdClassName
{
border-color: #14983C;
}
.TagClassName
{
border-color: #14983C;
}
</style>