Shades of Pigment Green #129540
Tints of Pigment Green #129540
RGB
CMYK
RGB Variations
Color information
#129540 (or 0x129540) is known color: Pigment Green. HEX triplet: 12, 95 and 40. RGB value is (18,149,64). Sum of RGB (Red+Green+Blue) = 18+149+64=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #129540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129540 is #ED6ABF. Grayscale: #646464. Windows color (decimal): -15559360 or 4232466. OLE color: 4232466.
HSL color Cylindrical-coordinate representation of color #129540: hue angle of 141.07º 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 #129540 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 64 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.42 |
| HSL | 141.07º | 0.78% | 0.33% | - |
| HSV(B) | 141.07º | 0.88% | 0.58% | - |
| XYZ | 11.92 | 21.99 | 8.47 | - |
| YUV | 100.14 | 107.6 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 64 | 0.88 | 0 | 0.57 | 0.42 | 141.07 | 0.78 | 0.33 |
| Hex | 12 | 95 | 40 | 58 | 0 | 39 | 2A | 8D | 4E | 21 |
| Octal | 22 | 225 | 100 | 130 | 0 | 71 | 52 | 215 | 116 | 41 |
| Binary | 10010 | 10010101 | 1000000 | 1011000 | 0 | 111001 | 101010 | 10001101 | 1001110 | 100001 |
Color Harmonies of #129540
Complementary color
Monochromatic Colors of #129540
Black with #129540
Text Example
Text Example
White with #129540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129540; }
p { color: rgb(18,149,64); }
H1.HeaderClassName
{
color: #129540;
}
.AnyTagClassName
{
color: #129540;
}
</style>
background-color css
<style>
a { background-color: #129540; }
a { background-color: rgb(18,149,64); }
div.DivClassName
{
background-color: #129540;
}
.BgClassName
{
background-color: #129540;
}
</style>
border-color css
<style>
span { border-color: #129540; }
span { border-color: rgb(18,149,64); }
td.TdClassName
{
border-color: #129540;
}
.TagClassName
{
border-color: #129540;
}
</style>