Shades of Pigment Green #129E3E
Tints of Pigment Green #129E3E
RGB
CMYK
RGB Variations
Color information
#129E3E (or 0x129E3E) is known color: Pigment Green. HEX triplet: 12, 9E and 3E. RGB value is (18,158,62). Sum of RGB (Red+Green+Blue) = 18+158+62=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 158 (62.11% from 255 or 66.39% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 158 - color contains mainly: green. Hex color #129E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E3E is #ED61C1. Grayscale: #696969. Windows color (decimal): -15557058 or 4103698. OLE color: 4103698.
HSL color Cylindrical-coordinate representation of color #129E3E: hue angle of 138.86º 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 #129E3E is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 158 | 62 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.38 |
| HSL | 138.86º | 0.8% | 0.35% | - |
| HSV(B) | 138.86º | 0.89% | 0.62% | - |
| XYZ | 13.35 | 24.93 | 8.67 | - |
| YUV | 105.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 62 | 0.89 | 0 | 0.61 | 0.38 | 138.86 | 0.8 | 0.35 |
| Hex | 12 | 9E | 3E | 59 | 0 | 3D | 26 | 8B | 50 | 23 |
| Octal | 22 | 236 | 76 | 131 | 0 | 75 | 46 | 213 | 120 | 43 |
| Binary | 10010 | 10011110 | 111110 | 1011001 | 0 | 111101 | 100110 | 10001011 | 1010000 | 100011 |
Color Harmonies of #129E3E
Complementary color
Monochromatic Colors of #129E3E
Black with #129E3E
Text Example
Text Example
White with #129E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129E3E; }
p { color: rgb(18,158,62); }
H1.HeaderClassName
{
color: #129E3E;
}
.AnyTagClassName
{
color: #129E3E;
}
</style>
background-color css
<style>
a { background-color: #129E3E; }
a { background-color: rgb(18,158,62); }
div.DivClassName
{
background-color: #129E3E;
}
.BgClassName
{
background-color: #129E3E;
}
</style>
border-color css
<style>
span { border-color: #129E3E; }
span { border-color: rgb(18,158,62); }
td.TdClassName
{
border-color: #129E3E;
}
.TagClassName
{
border-color: #129E3E;
}
</style>