Shades of Pigment Green #129E40
Tints of Pigment Green #129E40
RGB
CMYK
RGB Variations
Color information
#129E40 (or 0x129E40) is known color: Pigment Green. HEX triplet: 12, 9E and 40. RGB value is (18,158,64). Sum of RGB (Red+Green+Blue) = 18+158+64=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 158 (62.11% from 255 or 65.83% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 158 - color contains mainly: green. Hex color #129E40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E40 is #ED61BF. Grayscale: #696969. Windows color (decimal): -15557056 or 4234770. OLE color: 4234770.
HSL color Cylindrical-coordinate representation of color #129E40: hue angle of 139.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E40 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 158 | 64 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.38 |
| HSL | 139.71º | 0.8% | 0.35% | - |
| HSV(B) | 139.71º | 0.89% | 0.62% | - |
| XYZ | 13.4 | 24.95 | 8.96 | - |
| YUV | 105.42 | 104.62 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 64 | 0.89 | 0 | 0.59 | 0.38 | 139.71 | 0.8 | 0.35 |
| Hex | 12 | 9E | 40 | 59 | 0 | 3B | 26 | 8C | 50 | 23 |
| Octal | 22 | 236 | 100 | 131 | 0 | 73 | 46 | 214 | 120 | 43 |
| Binary | 10010 | 10011110 | 1000000 | 1011001 | 0 | 111011 | 100110 | 10001100 | 1010000 | 100011 |
Color Harmonies of #129E40
Complementary color
Monochromatic Colors of #129E40
Black with #129E40
Text Example
Text Example
White with #129E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129E40; }
p { color: rgb(18,158,64); }
H1.HeaderClassName
{
color: #129E40;
}
.AnyTagClassName
{
color: #129E40;
}
</style>
background-color css
<style>
a { background-color: #129E40; }
a { background-color: rgb(18,158,64); }
div.DivClassName
{
background-color: #129E40;
}
.BgClassName
{
background-color: #129E40;
}
</style>
border-color css
<style>
span { border-color: #129E40; }
span { border-color: rgb(18,158,64); }
td.TdClassName
{
border-color: #129E40;
}
.TagClassName
{
border-color: #129E40;
}
</style>