Shades of Pigment Green #129C44
Tints of Pigment Green #129C44
RGB
CMYK
RGB Variations
Color information
#129C44 (or 0x129C44) is known color: Pigment Green. HEX triplet: 12, 9C and 44. RGB value is (18,156,68). Sum of RGB (Red+Green+Blue) = 18+156+68=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 156 (61.33% from 255 or 64.46% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 156 - color contains mainly: green. Hex color #129C44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C44 is #ED63BB. Grayscale: #686868. Windows color (decimal): -15557564 or 4496402. OLE color: 4496402.
HSL color Cylindrical-coordinate representation of color #129C44: hue angle of 141.74º 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 #129C44 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 68 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.39 |
| HSL | 141.74º | 0.79% | 0.34% | - |
| HSV(B) | 141.74º | 0.88% | 0.61% | - |
| XYZ | 13.18 | 24.32 | 9.47 | - |
| YUV | 104.71 | 107.28 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 68 | 0.88 | 0 | 0.56 | 0.39 | 141.74 | 0.79 | 0.34 |
| Hex | 12 | 9C | 44 | 58 | 0 | 38 | 27 | 8E | 4F | 22 |
| Octal | 22 | 234 | 104 | 130 | 0 | 70 | 47 | 216 | 117 | 42 |
| Binary | 10010 | 10011100 | 1000100 | 1011000 | 0 | 111000 | 100111 | 10001110 | 1001111 | 100010 |
Color Harmonies of #129C44
Complementary color
Monochromatic Colors of #129C44
Black with #129C44
Text Example
Text Example
White with #129C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C44; }
p { color: rgb(18,156,68); }
H1.HeaderClassName
{
color: #129C44;
}
.AnyTagClassName
{
color: #129C44;
}
</style>
background-color css
<style>
a { background-color: #129C44; }
a { background-color: rgb(18,156,68); }
div.DivClassName
{
background-color: #129C44;
}
.BgClassName
{
background-color: #129C44;
}
</style>
border-color css
<style>
span { border-color: #129C44; }
span { border-color: rgb(18,156,68); }
td.TdClassName
{
border-color: #129C44;
}
.TagClassName
{
border-color: #129C44;
}
</style>