Shades of Pigment Green #149C3C
Tints of Pigment Green #149C3C
RGB
CMYK
RGB Variations
Color information
#149C3C (or 0x149C3C) is known color: Pigment Green. HEX triplet: 14, 9C and 3C. RGB value is (20,156,60). Sum of RGB (Red+Green+Blue) = 20+156+60=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 156 (61.33% from 255 or 66.10% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 156 - color contains mainly: green. Hex color #149C3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C3C is #EB63C3. Grayscale: #686868. Windows color (decimal): -15426500 or 3972116. OLE color: 3972116.
HSL color Cylindrical-coordinate representation of color #149C3C: hue angle of 137.65º 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 #149C3C is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 60 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.39 |
| HSL | 137.65º | 0.77% | 0.35% | - |
| HSV(B) | 137.65º | 0.87% | 0.61% | - |
| XYZ | 12.99 | 24.25 | 8.27 | - |
| YUV | 104.39 | 102.94 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 60 | 0.87 | 0 | 0.62 | 0.39 | 137.65 | 0.77 | 0.35 |
| Hex | 14 | 9C | 3C | 57 | 0 | 3E | 27 | 8A | 4D | 23 |
| Octal | 24 | 234 | 74 | 127 | 0 | 76 | 47 | 212 | 115 | 43 |
| Binary | 10100 | 10011100 | 111100 | 1010111 | 0 | 111110 | 100111 | 10001010 | 1001101 | 100011 |
Color Harmonies of #149C3C
Complementary color
Monochromatic Colors of #149C3C
Black with #149C3C
Text Example
Text Example
White with #149C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C3C; }
p { color: rgb(20,156,60); }
H1.HeaderClassName
{
color: #149C3C;
}
.AnyTagClassName
{
color: #149C3C;
}
</style>
background-color css
<style>
a { background-color: #149C3C; }
a { background-color: rgb(20,156,60); }
div.DivClassName
{
background-color: #149C3C;
}
.BgClassName
{
background-color: #149C3C;
}
</style>
border-color css
<style>
span { border-color: #149C3C; }
span { border-color: rgb(20,156,60); }
td.TdClassName
{
border-color: #149C3C;
}
.TagClassName
{
border-color: #149C3C;
}
</style>