Shades of Pigment Green #14B55C
Tints of Pigment Green #14B55C
RGB
CMYK
RGB Variations
Color information
#14B55C (or 0x14B55C) is known color: Pigment Green. HEX triplet: 14, B5 and 5C. RGB value is (20,181,92). Sum of RGB (Red+Green+Blue) = 20+181+92=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 181 (71.09% from 255 or 61.77% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 181 - color contains mainly: green. Hex color #14B55C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B55C is #EB4AA3. Grayscale: #7A7A7A. Windows color (decimal): -15420068 or 6075668. OLE color: 6075668.
HSL color Cylindrical-coordinate representation of color #14B55C: hue angle of 146.83º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B55C is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 181 | 92 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.29 |
| HSL | 146.83º | 0.8% | 0.39% | - |
| HSV(B) | 146.83º | 0.89% | 0.71% | - |
| XYZ | 18.74 | 33.97 | 15.69 | - |
| YUV | 122.72 | 110.66 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 181 | 92 | 0.89 | 0 | 0.49 | 0.29 | 146.83 | 0.8 | 0.39 |
| Hex | 14 | B5 | 5C | 59 | 0 | 31 | 1D | 93 | 50 | 27 |
| Octal | 24 | 265 | 134 | 131 | 0 | 61 | 35 | 223 | 120 | 47 |
| Binary | 10100 | 10110101 | 1011100 | 1011001 | 0 | 110001 | 11101 | 10010011 | 1010000 | 100111 |
Color Harmonies of #14B55C
Complementary color
Monochromatic Colors of #14B55C
Black with #14B55C
Text Example
Text Example
White with #14B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B55C; }
p { color: rgb(20,181,92); }
H1.HeaderClassName
{
color: #14B55C;
}
.AnyTagClassName
{
color: #14B55C;
}
</style>
background-color css
<style>
a { background-color: #14B55C; }
a { background-color: rgb(20,181,92); }
div.DivClassName
{
background-color: #14B55C;
}
.BgClassName
{
background-color: #14B55C;
}
</style>
border-color css
<style>
span { border-color: #14B55C; }
span { border-color: rgb(20,181,92); }
td.TdClassName
{
border-color: #14B55C;
}
.TagClassName
{
border-color: #14B55C;
}
</style>