Shades of Pigment Green #149C55
Tints of Pigment Green #149C55
RGB
CMYK
RGB Variations
Color information
#149C55 (or 0x149C55) is known color: Pigment Green. HEX triplet: 14, 9C and 55. RGB value is (20,156,85). Sum of RGB (Red+Green+Blue) = 20+156+85=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 156 (61.33% from 255 or 59.77% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 156 - color contains mainly: green. Hex color #149C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149C55 is #EB63AA. Grayscale: #6B6B6B. Windows color (decimal): -15426475 or 5610516. OLE color: 5610516.
HSL color Cylindrical-coordinate representation of color #149C55: hue angle of 148.68º 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 #149C55 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 85 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.39 |
| HSL | 148.68º | 0.77% | 0.35% | - |
| HSV(B) | 148.68º | 0.87% | 0.61% | - |
| XYZ | 13.82 | 24.58 | 12.61 | - |
| YUV | 107.24 | 115.44 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 85 | 0.87 | 0 | 0.46 | 0.39 | 148.68 | 0.77 | 0.35 |
| Hex | 14 | 9C | 55 | 57 | 0 | 2E | 27 | 95 | 4D | 23 |
| Octal | 24 | 234 | 125 | 127 | 0 | 56 | 47 | 225 | 115 | 43 |
| Binary | 10100 | 10011100 | 1010101 | 1010111 | 0 | 101110 | 100111 | 10010101 | 1001101 | 100011 |
Color Harmonies of #149C55
Complementary color
Monochromatic Colors of #149C55
Black with #149C55
Text Example
Text Example
White with #149C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C55; }
p { color: rgb(20,156,85); }
H1.HeaderClassName
{
color: #149C55;
}
.AnyTagClassName
{
color: #149C55;
}
</style>
background-color css
<style>
a { background-color: #149C55; }
a { background-color: rgb(20,156,85); }
div.DivClassName
{
background-color: #149C55;
}
.BgClassName
{
background-color: #149C55;
}
</style>
border-color css
<style>
span { border-color: #149C55; }
span { border-color: rgb(20,156,85); }
td.TdClassName
{
border-color: #149C55;
}
.TagClassName
{
border-color: #149C55;
}
</style>