Shades of Pigment Green #129C57
Tints of Pigment Green #129C57
RGB
CMYK
RGB Variations
Color information
#129C57 (or 0x129C57) is known color: Pigment Green. HEX triplet: 12, 9C and 57. RGB value is (18,156,87). Sum of RGB (Red+Green+Blue) = 18+156+87=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 156 (61.33% from 255 or 59.77% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 156 - color contains mainly: green. Hex color #129C57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129C57 is #ED63A8. Grayscale: #6B6B6B. Windows color (decimal): -15557545 or 5741586. OLE color: 5741586.
HSL color Cylindrical-coordinate representation of color #129C57: hue angle of 150º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129C57 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 87 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.39 |
| HSL | 150º | 0.79% | 0.34% | - |
| HSV(B) | 150º | 0.88% | 0.61% | - |
| XYZ | 13.86 | 24.59 | 13.03 | - |
| YUV | 106.87 | 116.78 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 87 | 0.88 | 0 | 0.44 | 0.39 | 150 | 0.79 | 0.34 |
| Hex | 12 | 9C | 57 | 58 | 0 | 2C | 27 | 96 | 4F | 22 |
| Octal | 22 | 234 | 127 | 130 | 0 | 54 | 47 | 226 | 117 | 42 |
| Binary | 10010 | 10011100 | 1010111 | 1011000 | 0 | 101100 | 100111 | 10010110 | 1001111 | 100010 |
Color Harmonies of #129C57
Complementary color
Monochromatic Colors of #129C57
Black with #129C57
Text Example
Text Example
White with #129C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C57; }
p { color: rgb(18,156,87); }
H1.HeaderClassName
{
color: #129C57;
}
.AnyTagClassName
{
color: #129C57;
}
</style>
background-color css
<style>
a { background-color: #129C57; }
a { background-color: rgb(18,156,87); }
div.DivClassName
{
background-color: #129C57;
}
.BgClassName
{
background-color: #129C57;
}
</style>
border-color css
<style>
span { border-color: #129C57; }
span { border-color: rgb(18,156,87); }
td.TdClassName
{
border-color: #129C57;
}
.TagClassName
{
border-color: #129C57;
}
</style>