Shades of Pigment Green #14B051
Tints of Pigment Green #14B051
RGB
CMYK
RGB Variations
Color information
#14B051 (or 0x14B051) is known color: Pigment Green. HEX triplet: 14, B0 and 51. RGB value is (20,176,81). Sum of RGB (Red+Green+Blue) = 20+176+81=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 176 (69.14% from 255 or 63.54% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 176 - color contains mainly: green. Hex color #14B051 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B051 is #EB4FAE. Grayscale: #767676. Windows color (decimal): -15421359 or 5353492. OLE color: 5353492.
HSL color Cylindrical-coordinate representation of color #14B051: hue angle of 143.46º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B051 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 176 | 81 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.31 |
| HSL | 143.46º | 0.8% | 0.38% | - |
| HSV(B) | 143.46º | 0.89% | 0.69% | - |
| XYZ | 17.3 | 31.79 | 13.01 | - |
| YUV | 118.53 | 106.82 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 176 | 81 | 0.89 | 0 | 0.54 | 0.31 | 143.46 | 0.8 | 0.38 |
| Hex | 14 | B0 | 51 | 59 | 0 | 36 | 1F | 8F | 50 | 26 |
| Octal | 24 | 260 | 121 | 131 | 0 | 66 | 37 | 217 | 120 | 46 |
| Binary | 10100 | 10110000 | 1010001 | 1011001 | 0 | 110110 | 11111 | 10001111 | 1010000 | 100110 |
Color Harmonies of #14B051
Complementary color
Monochromatic Colors of #14B051
Black with #14B051
Text Example
Text Example
White with #14B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B051; }
p { color: rgb(20,176,81); }
H1.HeaderClassName
{
color: #14B051;
}
.AnyTagClassName
{
color: #14B051;
}
</style>
background-color css
<style>
a { background-color: #14B051; }
a { background-color: rgb(20,176,81); }
div.DivClassName
{
background-color: #14B051;
}
.BgClassName
{
background-color: #14B051;
}
</style>
border-color css
<style>
span { border-color: #14B051; }
span { border-color: rgb(20,176,81); }
td.TdClassName
{
border-color: #14B051;
}
.TagClassName
{
border-color: #14B051;
}
</style>