Shades of Pigment Green #129C45
Tints of Pigment Green #129C45
RGB
CMYK
RGB Variations
Color information
#129C45 (or 0x129C45) is known color: Pigment Green. HEX triplet: 12, 9C and 45. RGB value is (18,156,69). Sum of RGB (Red+Green+Blue) = 18+156+69=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 156 (61.33% from 255 or 64.20% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 156 - color contains mainly: green. Hex color #129C45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C45 is #ED63BA. Grayscale: #696969. Windows color (decimal): -15557563 or 4561938. OLE color: 4561938.
HSL color Cylindrical-coordinate representation of color #129C45: hue angle of 142.17º 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 #129C45 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 69 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.39 |
| HSL | 142.17º | 0.79% | 0.34% | - |
| HSV(B) | 142.17º | 0.88% | 0.61% | - |
| XYZ | 13.21 | 24.34 | 9.63 | - |
| YUV | 104.82 | 107.78 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 69 | 0.88 | 0 | 0.56 | 0.39 | 142.17 | 0.79 | 0.34 |
| Hex | 12 | 9C | 45 | 58 | 0 | 38 | 27 | 8E | 4F | 22 |
| Octal | 22 | 234 | 105 | 130 | 0 | 70 | 47 | 216 | 117 | 42 |
| Binary | 10010 | 10011100 | 1000101 | 1011000 | 0 | 111000 | 100111 | 10001110 | 1001111 | 100010 |
Color Harmonies of #129C45
Complementary color
Monochromatic Colors of #129C45
Black with #129C45
Text Example
Text Example
White with #129C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C45; }
p { color: rgb(18,156,69); }
H1.HeaderClassName
{
color: #129C45;
}
.AnyTagClassName
{
color: #129C45;
}
</style>
background-color css
<style>
a { background-color: #129C45; }
a { background-color: rgb(18,156,69); }
div.DivClassName
{
background-color: #129C45;
}
.BgClassName
{
background-color: #129C45;
}
</style>
border-color css
<style>
span { border-color: #129C45; }
span { border-color: rgb(18,156,69); }
td.TdClassName
{
border-color: #129C45;
}
.TagClassName
{
border-color: #129C45;
}
</style>