Shades of Pigment Green #14B155
Tints of Pigment Green #14B155
RGB
CMYK
RGB Variations
Color information
#14B155 (or 0x14B155) is known color: Pigment Green. HEX triplet: 14, B1 and 55. RGB value is (20,177,85). Sum of RGB (Red+Green+Blue) = 20+177+85=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 177 (69.53% from 255 or 62.77% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 177 - color contains mainly: green. Hex color #14B155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B155 is #EB4EAA. Grayscale: #777777. Windows color (decimal): -15421099 or 5615892. OLE color: 5615892.
HSL color Cylindrical-coordinate representation of color #14B155: hue angle of 144.84º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B155 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 177 | 85 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.31 |
| HSL | 144.84º | 0.8% | 0.39% | - |
| HSV(B) | 144.84º | 0.89% | 0.69% | - |
| XYZ | 17.65 | 32.25 | 13.89 | - |
| YUV | 119.57 | 108.49 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 177 | 85 | 0.89 | 0 | 0.52 | 0.31 | 144.84 | 0.8 | 0.39 |
| Hex | 14 | B1 | 55 | 59 | 0 | 34 | 1F | 91 | 50 | 27 |
| Octal | 24 | 261 | 125 | 131 | 0 | 64 | 37 | 221 | 120 | 47 |
| Binary | 10100 | 10110001 | 1010101 | 1011001 | 0 | 110100 | 11111 | 10010001 | 1010000 | 100111 |
Color Harmonies of #14B155
Complementary color
Monochromatic Colors of #14B155
Black with #14B155
Text Example
Text Example
White with #14B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B155; }
p { color: rgb(20,177,85); }
H1.HeaderClassName
{
color: #14B155;
}
.AnyTagClassName
{
color: #14B155;
}
</style>
background-color css
<style>
a { background-color: #14B155; }
a { background-color: rgb(20,177,85); }
div.DivClassName
{
background-color: #14B155;
}
.BgClassName
{
background-color: #14B155;
}
</style>
border-color css
<style>
span { border-color: #14B155; }
span { border-color: rgb(20,177,85); }
td.TdClassName
{
border-color: #14B155;
}
.TagClassName
{
border-color: #14B155;
}
</style>