Shades of Pigment Green #14B255
Tints of Pigment Green #14B255
RGB
CMYK
RGB Variations
Color information
#14B255 (or 0x14B255) is known color: Pigment Green. HEX triplet: 14, B2 and 55. RGB value is (20,178,85). Sum of RGB (Red+Green+Blue) = 20+178+85=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 178 (69.92% from 255 or 62.90% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 178 - color contains mainly: green. Hex color #14B255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B255 is #EB4DAA. Grayscale: #787878. Windows color (decimal): -15420843 or 5616148. OLE color: 5616148.
HSL color Cylindrical-coordinate representation of color #14B255: hue angle of 144.68º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B255 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 178 | 85 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.30 |
| HSL | 144.68º | 0.8% | 0.39% | - |
| HSV(B) | 144.68º | 0.89% | 0.7% | - |
| XYZ | 17.85 | 32.65 | 13.95 | - |
| YUV | 120.16 | 108.15 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 178 | 85 | 0.89 | 0 | 0.52 | 0.30 | 144.68 | 0.8 | 0.39 |
| Hex | 14 | B2 | 55 | 59 | 0 | 34 | 1E | 91 | 50 | 27 |
| Octal | 24 | 262 | 125 | 131 | 0 | 64 | 36 | 221 | 120 | 47 |
| Binary | 10100 | 10110010 | 1010101 | 1011001 | 0 | 110100 | 11110 | 10010001 | 1010000 | 100111 |
Color Harmonies of #14B255
Complementary color
Monochromatic Colors of #14B255
Black with #14B255
Text Example
Text Example
White with #14B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B255; }
p { color: rgb(20,178,85); }
H1.HeaderClassName
{
color: #14B255;
}
.AnyTagClassName
{
color: #14B255;
}
</style>
background-color css
<style>
a { background-color: #14B255; }
a { background-color: rgb(20,178,85); }
div.DivClassName
{
background-color: #14B255;
}
.BgClassName
{
background-color: #14B255;
}
</style>
border-color css
<style>
span { border-color: #14B255; }
span { border-color: rgb(20,178,85); }
td.TdClassName
{
border-color: #14B255;
}
.TagClassName
{
border-color: #14B255;
}
</style>