Shades of Pigment Green #129453
Tints of Pigment Green #129453
RGB
CMYK
RGB Variations
Color information
#129453 (or 0x129453) is known color: Pigment Green. HEX triplet: 12, 94 and 53. RGB value is (18,148,83). Sum of RGB (Red+Green+Blue) = 18+148+83=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #129453 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129453 is #ED6BAC. Grayscale: #656565. Windows color (decimal): -15559597 or 5477394. OLE color: 5477394.
HSL color Cylindrical-coordinate representation of color #129453: hue angle of 150º 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 #129453 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 83 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.42 |
| HSL | 150º | 0.78% | 0.33% | - |
| HSV(B) | 150º | 0.88% | 0.58% | - |
| XYZ | 12.4 | 21.93 | 11.76 | - |
| YUV | 101.72 | 117.43 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 83 | 0.88 | 0 | 0.44 | 0.42 | 150 | 0.78 | 0.33 |
| Hex | 12 | 94 | 53 | 58 | 0 | 2C | 2A | 96 | 4E | 21 |
| Octal | 22 | 224 | 123 | 130 | 0 | 54 | 52 | 226 | 116 | 41 |
| Binary | 10010 | 10010100 | 1010011 | 1011000 | 0 | 101100 | 101010 | 10010110 | 1001110 | 100001 |
Color Harmonies of #129453
Complementary color
Monochromatic Colors of #129453
Black with #129453
Text Example
Text Example
White with #129453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129453; }
p { color: rgb(18,148,83); }
H1.HeaderClassName
{
color: #129453;
}
.AnyTagClassName
{
color: #129453;
}
</style>
background-color css
<style>
a { background-color: #129453; }
a { background-color: rgb(18,148,83); }
div.DivClassName
{
background-color: #129453;
}
.BgClassName
{
background-color: #129453;
}
</style>
border-color css
<style>
span { border-color: #129453; }
span { border-color: rgb(18,148,83); }
td.TdClassName
{
border-color: #129453;
}
.TagClassName
{
border-color: #129453;
}
</style>