Shades of Pigment Green #14BC58
Tints of Pigment Green #14BC58
RGB
CMYK
RGB Variations
Color information
#14BC58 (or 0x14BC58) is known color: Pigment Green. HEX triplet: 14, BC and 58. RGB value is (20,188,88). Sum of RGB (Red+Green+Blue) = 20+188+88=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BC58 is #EB43A7. Grayscale: #7E7E7E. Windows color (decimal): -15418280 or 5815316. OLE color: 5815316.
HSL color Cylindrical-coordinate representation of color #14BC58: hue angle of 144.29º 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 #14BC58 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 88 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.26 |
| HSL | 144.29º | 0.81% | 0.41% | - |
| HSV(B) | 144.29º | 0.89% | 0.74% | - |
| XYZ | 20.03 | 36.82 | 15.28 | - |
| YUV | 126.37 | 106.34 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 88 | 0.89 | 0 | 0.53 | 0.26 | 144.29 | 0.81 | 0.41 |
| Hex | 14 | BC | 58 | 59 | 0 | 35 | 1A | 90 | 51 | 29 |
| Octal | 24 | 274 | 130 | 131 | 0 | 65 | 32 | 220 | 121 | 51 |
| Binary | 10100 | 10111100 | 1011000 | 1011001 | 0 | 110101 | 11010 | 10010000 | 1010001 | 101001 |
Color Harmonies of #14BC58
Complementary color
Monochromatic Colors of #14BC58
Black with #14BC58
Text Example
Text Example
White with #14BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC58; }
p { color: rgb(20,188,88); }
H1.HeaderClassName
{
color: #14BC58;
}
.AnyTagClassName
{
color: #14BC58;
}
</style>
background-color css
<style>
a { background-color: #14BC58; }
a { background-color: rgb(20,188,88); }
div.DivClassName
{
background-color: #14BC58;
}
.BgClassName
{
background-color: #14BC58;
}
</style>
border-color css
<style>
span { border-color: #14BC58; }
span { border-color: rgb(20,188,88); }
td.TdClassName
{
border-color: #14BC58;
}
.TagClassName
{
border-color: #14BC58;
}
</style>