Shades of Pigment Green #14B75A
Tints of Pigment Green #14B75A
RGB
CMYK
RGB Variations
Color information
#14B75A (or 0x14B75A) is known color: Pigment Green. HEX triplet: 14, B7 and 5A. RGB value is (20,183,90). Sum of RGB (Red+Green+Blue) = 20+183+90=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 183 (71.88% from 255 or 62.46% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 183 - color contains mainly: green. Hex color #14B75A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B75A is #EB48A5. Grayscale: #7B7B7B. Windows color (decimal): -15419558 or 5945108. OLE color: 5945108.
HSL color Cylindrical-coordinate representation of color #14B75A: hue angle of 145.77º 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 #14B75A is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 183 | 90 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.28 |
| HSL | 145.77º | 0.8% | 0.4% | - |
| HSV(B) | 145.77º | 0.89% | 0.72% | - |
| XYZ | 19.07 | 34.75 | 15.38 | - |
| YUV | 123.66 | 109 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 90 | 0.89 | 0 | 0.51 | 0.28 | 145.77 | 0.8 | 0.4 |
| Hex | 14 | B7 | 5A | 59 | 0 | 33 | 1C | 92 | 50 | 28 |
| Octal | 24 | 267 | 132 | 131 | 0 | 63 | 34 | 222 | 120 | 50 |
| Binary | 10100 | 10110111 | 1011010 | 1011001 | 0 | 110011 | 11100 | 10010010 | 1010000 | 101000 |
Color Harmonies of #14B75A
Complementary color
Monochromatic Colors of #14B75A
Black with #14B75A
Text Example
Text Example
White with #14B75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B75A; }
p { color: rgb(20,183,90); }
H1.HeaderClassName
{
color: #14B75A;
}
.AnyTagClassName
{
color: #14B75A;
}
</style>
background-color css
<style>
a { background-color: #14B75A; }
a { background-color: rgb(20,183,90); }
div.DivClassName
{
background-color: #14B75A;
}
.BgClassName
{
background-color: #14B75A;
}
</style>
border-color css
<style>
span { border-color: #14B75A; }
span { border-color: rgb(20,183,90); }
td.TdClassName
{
border-color: #14B75A;
}
.TagClassName
{
border-color: #14B75A;
}
</style>