Shades of Pigment Green #149C56
Tints of Pigment Green #149C56
RGB
CMYK
RGB Variations
Color information
#149C56 (or 0x149C56) is known color: Pigment Green. HEX triplet: 14, 9C and 56. RGB value is (20,156,86). Sum of RGB (Red+Green+Blue) = 20+156+86=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 156 (61.33% from 255 or 59.54% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 156 - color contains mainly: green. Hex color #149C56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149C56 is #EB63A9. Grayscale: #6B6B6B. Windows color (decimal): -15426474 or 5676052. OLE color: 5676052.
HSL color Cylindrical-coordinate representation of color #149C56: hue angle of 149.12º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C56 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 86 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.39 |
| HSL | 149.12º | 0.77% | 0.35% | - |
| HSV(B) | 149.12º | 0.87% | 0.61% | - |
| XYZ | 13.86 | 24.6 | 12.82 | - |
| YUV | 107.36 | 115.94 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 86 | 0.87 | 0 | 0.45 | 0.39 | 149.12 | 0.77 | 0.35 |
| Hex | 14 | 9C | 56 | 57 | 0 | 2D | 27 | 95 | 4D | 23 |
| Octal | 24 | 234 | 126 | 127 | 0 | 55 | 47 | 225 | 115 | 43 |
| Binary | 10100 | 10011100 | 1010110 | 1010111 | 0 | 101101 | 100111 | 10010101 | 1001101 | 100011 |
Color Harmonies of #149C56
Complementary color
Monochromatic Colors of #149C56
Black with #149C56
Text Example
Text Example
White with #149C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C56; }
p { color: rgb(20,156,86); }
H1.HeaderClassName
{
color: #149C56;
}
.AnyTagClassName
{
color: #149C56;
}
</style>
background-color css
<style>
a { background-color: #149C56; }
a { background-color: rgb(20,156,86); }
div.DivClassName
{
background-color: #149C56;
}
.BgClassName
{
background-color: #149C56;
}
</style>
border-color css
<style>
span { border-color: #149C56; }
span { border-color: rgb(20,156,86); }
td.TdClassName
{
border-color: #149C56;
}
.TagClassName
{
border-color: #149C56;
}
</style>