Shades of Pigment Green #14BC57
Tints of Pigment Green #14BC57
RGB
CMYK
RGB Variations
Color information
#14BC57 (or 0x14BC57) is known color: Pigment Green. HEX triplet: 14, BC and 57. RGB value is (20,188,87). Sum of RGB (Red+Green+Blue) = 20+188+87=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BC57 is #EB43A8. Grayscale: #7E7E7E. Windows color (decimal): -15418281 or 5749780. OLE color: 5749780.
HSL color Cylindrical-coordinate representation of color #14BC57: hue angle of 143.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BC57 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 87 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.26 |
| HSL | 143.93º | 0.81% | 0.41% | - |
| HSV(B) | 143.93º | 0.89% | 0.74% | - |
| XYZ | 19.99 | 36.8 | 15.07 | - |
| YUV | 126.25 | 105.84 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 87 | 0.89 | 0 | 0.54 | 0.26 | 143.93 | 0.81 | 0.41 |
| Hex | 14 | BC | 57 | 59 | 0 | 36 | 1A | 90 | 51 | 29 |
| Octal | 24 | 274 | 127 | 131 | 0 | 66 | 32 | 220 | 121 | 51 |
| Binary | 10100 | 10111100 | 1010111 | 1011001 | 0 | 110110 | 11010 | 10010000 | 1010001 | 101001 |
Color Harmonies of #14BC57
Complementary color
Monochromatic Colors of #14BC57
Black with #14BC57
Text Example
Text Example
White with #14BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC57; }
p { color: rgb(20,188,87); }
H1.HeaderClassName
{
color: #14BC57;
}
.AnyTagClassName
{
color: #14BC57;
}
</style>
background-color css
<style>
a { background-color: #14BC57; }
a { background-color: rgb(20,188,87); }
div.DivClassName
{
background-color: #14BC57;
}
.BgClassName
{
background-color: #14BC57;
}
</style>
border-color css
<style>
span { border-color: #14BC57; }
span { border-color: rgb(20,188,87); }
td.TdClassName
{
border-color: #14BC57;
}
.TagClassName
{
border-color: #14BC57;
}
</style>