Shades of Pigment Green #129C3F
Tints of Pigment Green #129C3F
RGB
CMYK
RGB Variations
Color information
#129C3F (or 0x129C3F) is known color: Pigment Green. HEX triplet: 12, 9C and 3F. RGB value is (18,156,63). Sum of RGB (Red+Green+Blue) = 18+156+63=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 156 (61.33% from 255 or 65.82% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 156 - color contains mainly: green. Hex color #129C3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C3F is #ED63C0. Grayscale: #686868. Windows color (decimal): -15557569 or 4168722. OLE color: 4168722.
HSL color Cylindrical-coordinate representation of color #129C3F: hue angle of 139.57º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129C3F is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 63 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.39 |
| HSL | 139.57º | 0.79% | 0.34% | - |
| HSV(B) | 139.57º | 0.88% | 0.61% | - |
| XYZ | 13.04 | 24.26 | 8.7 | - |
| YUV | 104.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 63 | 0.88 | 0 | 0.60 | 0.39 | 139.57 | 0.79 | 0.34 |
| Hex | 12 | 9C | 3F | 58 | 0 | 3C | 27 | 8C | 4F | 22 |
| Octal | 22 | 234 | 77 | 130 | 0 | 74 | 47 | 214 | 117 | 42 |
| Binary | 10010 | 10011100 | 111111 | 1011000 | 0 | 111100 | 100111 | 10001100 | 1001111 | 100010 |
Color Harmonies of #129C3F
Complementary color
Monochromatic Colors of #129C3F
Black with #129C3F
Text Example
Text Example
White with #129C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C3F; }
p { color: rgb(18,156,63); }
H1.HeaderClassName
{
color: #129C3F;
}
.AnyTagClassName
{
color: #129C3F;
}
</style>
background-color css
<style>
a { background-color: #129C3F; }
a { background-color: rgb(18,156,63); }
div.DivClassName
{
background-color: #129C3F;
}
.BgClassName
{
background-color: #129C3F;
}
</style>
border-color css
<style>
span { border-color: #129C3F; }
span { border-color: rgb(18,156,63); }
td.TdClassName
{
border-color: #129C3F;
}
.TagClassName
{
border-color: #129C3F;
}
</style>