Shades of Pigment Green #129F3E
Tints of Pigment Green #129F3E
RGB
CMYK
RGB Variations
Color information
#129F3E (or 0x129F3E) is known color: Pigment Green. HEX triplet: 12, 9F and 3E. RGB value is (18,159,62). Sum of RGB (Red+Green+Blue) = 18+159+62=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 159 (62.5% from 255 or 66.53% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 159 - color contains mainly: green. Hex color #129F3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F3E is #ED60C1. Grayscale: #6A6A6A. Windows color (decimal): -15556802 or 4103954. OLE color: 4103954.
HSL color Cylindrical-coordinate representation of color #129F3E: hue angle of 138.72º 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 #129F3E is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 159 | 62 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.38 |
| HSL | 138.72º | 0.8% | 0.35% | - |
| HSV(B) | 138.72º | 0.89% | 0.62% | - |
| XYZ | 13.52 | 25.27 | 8.72 | - |
| YUV | 105.78 | 103.29 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 62 | 0.89 | 0 | 0.61 | 0.38 | 138.72 | 0.8 | 0.35 |
| Hex | 12 | 9F | 3E | 59 | 0 | 3D | 26 | 8B | 50 | 23 |
| Octal | 22 | 237 | 76 | 131 | 0 | 75 | 46 | 213 | 120 | 43 |
| Binary | 10010 | 10011111 | 111110 | 1011001 | 0 | 111101 | 100110 | 10001011 | 1010000 | 100011 |
Color Harmonies of #129F3E
Complementary color
Monochromatic Colors of #129F3E
Black with #129F3E
Text Example
Text Example
White with #129F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129F3E; }
p { color: rgb(18,159,62); }
H1.HeaderClassName
{
color: #129F3E;
}
.AnyTagClassName
{
color: #129F3E;
}
</style>
background-color css
<style>
a { background-color: #129F3E; }
a { background-color: rgb(18,159,62); }
div.DivClassName
{
background-color: #129F3E;
}
.BgClassName
{
background-color: #129F3E;
}
</style>
border-color css
<style>
span { border-color: #129F3E; }
span { border-color: rgb(18,159,62); }
td.TdClassName
{
border-color: #129F3E;
}
.TagClassName
{
border-color: #129F3E;
}
</style>