Shades of Pigment Green #129746
Tints of Pigment Green #129746
RGB
CMYK
RGB Variations
Color information
#129746 (or 0x129746) is known color: Pigment Green. HEX triplet: 12, 97 and 46. RGB value is (18,151,70). Sum of RGB (Red+Green+Blue) = 18+151+70=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 151 (59.38% from 255 or 63.18% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 151 - color contains mainly: green. Hex color #129746 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129746 is #ED68B9. Grayscale: #666666. Windows color (decimal): -15558842 or 4626194. OLE color: 4626194.
HSL color Cylindrical-coordinate representation of color #129746: hue angle of 143.46º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129746 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 151 | 70 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.41 |
| HSL | 143.46º | 0.79% | 0.33% | - |
| HSV(B) | 143.46º | 0.88% | 0.59% | - |
| XYZ | 12.42 | 22.7 | 9.52 | - |
| YUV | 102 | 109.94 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 70 | 0.88 | 0 | 0.54 | 0.41 | 143.46 | 0.79 | 0.33 |
| Hex | 12 | 97 | 46 | 58 | 0 | 36 | 29 | 8F | 4F | 21 |
| Octal | 22 | 227 | 106 | 130 | 0 | 66 | 51 | 217 | 117 | 41 |
| Binary | 10010 | 10010111 | 1000110 | 1011000 | 0 | 110110 | 101001 | 10001111 | 1001111 | 100001 |
Color Harmonies of #129746
Complementary color
Monochromatic Colors of #129746
Black with #129746
Text Example
Text Example
White with #129746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129746; }
p { color: rgb(18,151,70); }
H1.HeaderClassName
{
color: #129746;
}
.AnyTagClassName
{
color: #129746;
}
</style>
background-color css
<style>
a { background-color: #129746; }
a { background-color: rgb(18,151,70); }
div.DivClassName
{
background-color: #129746;
}
.BgClassName
{
background-color: #129746;
}
</style>
border-color css
<style>
span { border-color: #129746; }
span { border-color: rgb(18,151,70); }
td.TdClassName
{
border-color: #129746;
}
.TagClassName
{
border-color: #129746;
}
</style>