Shades of Pigment Green #129D4D
Tints of Pigment Green #129D4D
RGB
CMYK
RGB Variations
Color information
#129D4D (or 0x129D4D) is known color: Pigment Green. HEX triplet: 12, 9D and 4D. RGB value is (18,157,77). Sum of RGB (Red+Green+Blue) = 18+157+77=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 157 (61.72% from 255 or 62.30% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 157 - color contains mainly: green. Hex color #129D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129D4D is #ED62B2. Grayscale: #6A6A6A. Windows color (decimal): -15557299 or 5086482. OLE color: 5086482.
HSL color Cylindrical-coordinate representation of color #129D4D: hue angle of 145.47º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129D4D is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 77 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.38 |
| HSL | 145.47º | 0.79% | 0.34% | - |
| HSV(B) | 145.47º | 0.89% | 0.62% | - |
| XYZ | 13.65 | 24.78 | 11.08 | - |
| YUV | 106.32 | 111.45 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 77 | 0.89 | 0 | 0.51 | 0.38 | 145.47 | 0.79 | 0.34 |
| Hex | 12 | 9D | 4D | 59 | 0 | 33 | 26 | 91 | 4F | 22 |
| Octal | 22 | 235 | 115 | 131 | 0 | 63 | 46 | 221 | 117 | 42 |
| Binary | 10010 | 10011101 | 1001101 | 1011001 | 0 | 110011 | 100110 | 10010001 | 1001111 | 100010 |
Color Harmonies of #129D4D
Complementary color
Monochromatic Colors of #129D4D
Black with #129D4D
Text Example
Text Example
White with #129D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D4D; }
p { color: rgb(18,157,77); }
H1.HeaderClassName
{
color: #129D4D;
}
.AnyTagClassName
{
color: #129D4D;
}
</style>
background-color css
<style>
a { background-color: #129D4D; }
a { background-color: rgb(18,157,77); }
div.DivClassName
{
background-color: #129D4D;
}
.BgClassName
{
background-color: #129D4D;
}
</style>
border-color css
<style>
span { border-color: #129D4D; }
span { border-color: rgb(18,157,77); }
td.TdClassName
{
border-color: #129D4D;
}
.TagClassName
{
border-color: #129D4D;
}
</style>