Shades of Pigment Green #129551
Tints of Pigment Green #129551
RGB
CMYK
RGB Variations
Color information
#129551 (or 0x129551) is known color: Pigment Green. HEX triplet: 12, 95 and 51. RGB value is (18,149,81). Sum of RGB (Red+Green+Blue) = 18+149+81=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #129551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129551 is #ED6AAE. Grayscale: #666666. Windows color (decimal): -15559343 or 5346578. OLE color: 5346578.
HSL color Cylindrical-coordinate representation of color #129551: hue angle of 148.85º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129551 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 81 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.42 |
| HSL | 148.86º | 0.78% | 0.33% | - |
| HSV(B) | 148.86º | 0.88% | 0.58% | - |
| XYZ | 12.48 | 22.22 | 11.42 | - |
| YUV | 102.08 | 116.1 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 81 | 0.88 | 0 | 0.46 | 0.42 | 148.86 | 0.78 | 0.33 |
| Hex | 12 | 95 | 51 | 58 | 0 | 2E | 2A | 95 | 4E | 21 |
| Octal | 22 | 225 | 121 | 130 | 0 | 56 | 52 | 225 | 116 | 41 |
| Binary | 10010 | 10010101 | 1010001 | 1011000 | 0 | 101110 | 101010 | 10010101 | 1001110 | 100001 |
Color Harmonies of #129551
Complementary color
Monochromatic Colors of #129551
Black with #129551
Text Example
Text Example
White with #129551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129551; }
p { color: rgb(18,149,81); }
H1.HeaderClassName
{
color: #129551;
}
.AnyTagClassName
{
color: #129551;
}
</style>
background-color css
<style>
a { background-color: #129551; }
a { background-color: rgb(18,149,81); }
div.DivClassName
{
background-color: #129551;
}
.BgClassName
{
background-color: #129551;
}
</style>
border-color css
<style>
span { border-color: #129551; }
span { border-color: rgb(18,149,81); }
td.TdClassName
{
border-color: #129551;
}
.TagClassName
{
border-color: #129551;
}
</style>