Shades of Pigment Green #129955
Tints of Pigment Green #129955
RGB
CMYK
RGB Variations
Color information
#129955 (or 0x129955) is known color: Pigment Green. HEX triplet: 12, 99 and 55. RGB value is (18,153,85). Sum of RGB (Red+Green+Blue) = 18+153+85=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 153 (60.16% from 255 or 59.77% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 153 - color contains mainly: green. Hex color #129955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129955 is #ED66AA. Grayscale: #696969. Windows color (decimal): -15558315 or 5609746. OLE color: 5609746.
HSL color Cylindrical-coordinate representation of color #129955: hue angle of 149.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129955 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 153 | 85 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.4 |
| HSL | 149.78º | 0.79% | 0.34% | - |
| HSV(B) | 149.78º | 0.88% | 0.6% | - |
| XYZ | 13.28 | 23.57 | 12.44 | - |
| YUV | 104.88 | 116.77 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 85 | 0.88 | 0 | 0.44 | 0.4 | 149.78 | 0.79 | 0.34 |
| Hex | 12 | 99 | 55 | 58 | 0 | 2C | 28 | 96 | 4F | 22 |
| Octal | 22 | 231 | 125 | 130 | 0 | 54 | 50 | 226 | 117 | 42 |
| Binary | 10010 | 10011001 | 1010101 | 1011000 | 0 | 101100 | 101000 | 10010110 | 1001111 | 100010 |
Color Harmonies of #129955
Complementary color
Monochromatic Colors of #129955
Black with #129955
Text Example
Text Example
White with #129955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129955; }
p { color: rgb(18,153,85); }
H1.HeaderClassName
{
color: #129955;
}
.AnyTagClassName
{
color: #129955;
}
</style>
background-color css
<style>
a { background-color: #129955; }
a { background-color: rgb(18,153,85); }
div.DivClassName
{
background-color: #129955;
}
.BgClassName
{
background-color: #129955;
}
</style>
border-color css
<style>
span { border-color: #129955; }
span { border-color: rgb(18,153,85); }
td.TdClassName
{
border-color: #129955;
}
.TagClassName
{
border-color: #129955;
}
</style>