Shades of Pigment Green #12964D
Tints of Pigment Green #12964D
RGB
CMYK
RGB Variations
Color information
#12964D (or 0x12964D) is known color: Pigment Green. HEX triplet: 12, 96 and 4D. RGB value is (18,150,77). Sum of RGB (Red+Green+Blue) = 18+150+77=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #12964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12964D is #ED69B2. Grayscale: #666666. Windows color (decimal): -15559091 or 5084690. OLE color: 5084690.
HSL color Cylindrical-coordinate representation of color #12964D: hue angle of 146.82º 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 #12964D is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 77 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.41 |
| HSL | 146.82º | 0.79% | 0.33% | - |
| HSV(B) | 146.82º | 0.88% | 0.59% | - |
| XYZ | 12.5 | 22.48 | 10.7 | - |
| YUV | 102.21 | 113.77 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 77 | 0.88 | 0 | 0.49 | 0.41 | 146.82 | 0.79 | 0.33 |
| Hex | 12 | 96 | 4D | 58 | 0 | 31 | 29 | 93 | 4F | 21 |
| Octal | 22 | 226 | 115 | 130 | 0 | 61 | 51 | 223 | 117 | 41 |
| Binary | 10010 | 10010110 | 1001101 | 1011000 | 0 | 110001 | 101001 | 10010011 | 1001111 | 100001 |
Color Harmonies of #12964D
Complementary color
Monochromatic Colors of #12964D
Black with #12964D
Text Example
Text Example
White with #12964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12964D; }
p { color: rgb(18,150,77); }
H1.HeaderClassName
{
color: #12964D;
}
.AnyTagClassName
{
color: #12964D;
}
</style>
background-color css
<style>
a { background-color: #12964D; }
a { background-color: rgb(18,150,77); }
div.DivClassName
{
background-color: #12964D;
}
.BgClassName
{
background-color: #12964D;
}
</style>
border-color css
<style>
span { border-color: #12964D; }
span { border-color: rgb(18,150,77); }
td.TdClassName
{
border-color: #12964D;
}
.TagClassName
{
border-color: #12964D;
}
</style>