Shades of Pigment Green #129553
Tints of Pigment Green #129553
RGB
CMYK
RGB Variations
Color information
#129553 (or 0x129553) is known color: Pigment Green. HEX triplet: 12, 95 and 53. RGB value is (18,149,83). Sum of RGB (Red+Green+Blue) = 18+149+83=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #129553 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129553 is #ED6AAC. Grayscale: #666666. Windows color (decimal): -15559341 or 5477650. OLE color: 5477650.
HSL color Cylindrical-coordinate representation of color #129553: hue angle of 149.77º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129553 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 83 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.42 |
| HSL | 149.77º | 0.78% | 0.33% | - |
| HSV(B) | 149.77º | 0.88% | 0.58% | - |
| XYZ | 12.56 | 22.25 | 11.82 | - |
| YUV | 102.31 | 117.1 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 83 | 0.88 | 0 | 0.44 | 0.42 | 149.77 | 0.78 | 0.33 |
| Hex | 12 | 95 | 53 | 58 | 0 | 2C | 2A | 96 | 4E | 21 |
| Octal | 22 | 225 | 123 | 130 | 0 | 54 | 52 | 226 | 116 | 41 |
| Binary | 10010 | 10010101 | 1010011 | 1011000 | 0 | 101100 | 101010 | 10010110 | 1001110 | 100001 |
Color Harmonies of #129553
Complementary color
Monochromatic Colors of #129553
Black with #129553
Text Example
Text Example
White with #129553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129553; }
p { color: rgb(18,149,83); }
H1.HeaderClassName
{
color: #129553;
}
.AnyTagClassName
{
color: #129553;
}
</style>
background-color css
<style>
a { background-color: #129553; }
a { background-color: rgb(18,149,83); }
div.DivClassName
{
background-color: #129553;
}
.BgClassName
{
background-color: #129553;
}
</style>
border-color css
<style>
span { border-color: #129553; }
span { border-color: rgb(18,149,83); }
td.TdClassName
{
border-color: #129553;
}
.TagClassName
{
border-color: #129553;
}
</style>