Shades of Pigment Green #129E3F
Tints of Pigment Green #129E3F
RGB
CMYK
RGB Variations
Color information
#129E3F (or 0x129E3F) is known color: Pigment Green. HEX triplet: 12, 9E and 3F. RGB value is (18,158,63). Sum of RGB (Red+Green+Blue) = 18+158+63=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 158 (62.11% from 255 or 66.11% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 158 - color contains mainly: green. Hex color #129E3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E3F is #ED61C0. Grayscale: #696969. Windows color (decimal): -15557057 or 4169234. OLE color: 4169234.
HSL color Cylindrical-coordinate representation of color #129E3F: hue angle of 139.29º 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 #129E3F is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 158 | 63 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.38 |
| HSL | 139.29º | 0.8% | 0.35% | - |
| HSV(B) | 139.29º | 0.89% | 0.62% | - |
| XYZ | 13.37 | 24.94 | 8.81 | - |
| YUV | 105.31 | 104.12 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 63 | 0.89 | 0 | 0.60 | 0.38 | 139.29 | 0.8 | 0.35 |
| Hex | 12 | 9E | 3F | 59 | 0 | 3C | 26 | 8B | 50 | 23 |
| Octal | 22 | 236 | 77 | 131 | 0 | 74 | 46 | 213 | 120 | 43 |
| Binary | 10010 | 10011110 | 111111 | 1011001 | 0 | 111100 | 100110 | 10001011 | 1010000 | 100011 |
Color Harmonies of #129E3F
Complementary color
Monochromatic Colors of #129E3F
Black with #129E3F
Text Example
Text Example
White with #129E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129E3F; }
p { color: rgb(18,158,63); }
H1.HeaderClassName
{
color: #129E3F;
}
.AnyTagClassName
{
color: #129E3F;
}
</style>
background-color css
<style>
a { background-color: #129E3F; }
a { background-color: rgb(18,158,63); }
div.DivClassName
{
background-color: #129E3F;
}
.BgClassName
{
background-color: #129E3F;
}
</style>
border-color css
<style>
span { border-color: #129E3F; }
span { border-color: rgb(18,158,63); }
td.TdClassName
{
border-color: #129E3F;
}
.TagClassName
{
border-color: #129E3F;
}
</style>