Shades of Pigment Green #129754
Tints of Pigment Green #129754
RGB
CMYK
RGB Variations
Color information
#129754 (or 0x129754) is known color: Pigment Green. HEX triplet: 12, 97 and 54. RGB value is (18,151,84). Sum of RGB (Red+Green+Blue) = 18+151+84=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 151 (59.38% from 255 or 59.68% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 151 - color contains mainly: green. Hex color #129754 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129754 is #ED68AB. Grayscale: #676767. Windows color (decimal): -15558828 or 5543698. OLE color: 5543698.
HSL color Cylindrical-coordinate representation of color #129754: hue angle of 149.77º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129754 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 151 | 84 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.41 |
| HSL | 149.77º | 0.79% | 0.33% | - |
| HSV(B) | 149.77º | 0.88% | 0.59% | - |
| XYZ | 12.92 | 22.9 | 12.13 | - |
| YUV | 103.6 | 116.94 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 84 | 0.88 | 0 | 0.44 | 0.41 | 149.77 | 0.79 | 0.33 |
| Hex | 12 | 97 | 54 | 58 | 0 | 2C | 29 | 96 | 4F | 21 |
| Octal | 22 | 227 | 124 | 130 | 0 | 54 | 51 | 226 | 117 | 41 |
| Binary | 10010 | 10010111 | 1010100 | 1011000 | 0 | 101100 | 101001 | 10010110 | 1001111 | 100001 |
Color Harmonies of #129754
Complementary color
Monochromatic Colors of #129754
Black with #129754
Text Example
Text Example
White with #129754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129754; }
p { color: rgb(18,151,84); }
H1.HeaderClassName
{
color: #129754;
}
.AnyTagClassName
{
color: #129754;
}
</style>
background-color css
<style>
a { background-color: #129754; }
a { background-color: rgb(18,151,84); }
div.DivClassName
{
background-color: #129754;
}
.BgClassName
{
background-color: #129754;
}
</style>
border-color css
<style>
span { border-color: #129754; }
span { border-color: rgb(18,151,84); }
td.TdClassName
{
border-color: #129754;
}
.TagClassName
{
border-color: #129754;
}
</style>