Shades of Pigment Green #14B754
Tints of Pigment Green #14B754
RGB
CMYK
RGB Variations
Color information
#14B754 (or 0x14B754) is known color: Pigment Green. HEX triplet: 14, B7 and 54. RGB value is (20,183,84). Sum of RGB (Red+Green+Blue) = 20+183+84=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 183 (71.88% from 255 or 63.76% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 183 - color contains mainly: green. Hex color #14B754 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B754 is #EB48AB. Grayscale: #7B7B7B. Windows color (decimal): -15419564 or 5551892. OLE color: 5551892.
HSL color Cylindrical-coordinate representation of color #14B754: hue angle of 143.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B754 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 183 | 84 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.28 |
| HSL | 143.56º | 0.8% | 0.4% | - |
| HSV(B) | 143.56º | 0.89% | 0.72% | - |
| XYZ | 18.82 | 34.66 | 14.08 | - |
| YUV | 122.98 | 106 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 84 | 0.89 | 0 | 0.54 | 0.28 | 143.56 | 0.8 | 0.4 |
| Hex | 14 | B7 | 54 | 59 | 0 | 36 | 1C | 90 | 50 | 28 |
| Octal | 24 | 267 | 124 | 131 | 0 | 66 | 34 | 220 | 120 | 50 |
| Binary | 10100 | 10110111 | 1010100 | 1011001 | 0 | 110110 | 11100 | 10010000 | 1010000 | 101000 |
Color Harmonies of #14B754
Complementary color
Monochromatic Colors of #14B754
Black with #14B754
Text Example
Text Example
White with #14B754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B754; }
p { color: rgb(20,183,84); }
H1.HeaderClassName
{
color: #14B754;
}
.AnyTagClassName
{
color: #14B754;
}
</style>
background-color css
<style>
a { background-color: #14B754; }
a { background-color: rgb(20,183,84); }
div.DivClassName
{
background-color: #14B754;
}
.BgClassName
{
background-color: #14B754;
}
</style>
border-color css
<style>
span { border-color: #14B754; }
span { border-color: rgb(20,183,84); }
td.TdClassName
{
border-color: #14B754;
}
.TagClassName
{
border-color: #14B754;
}
</style>