Shades of Pigment Green #09964D
Tints of Pigment Green #09964D
RGB
CMYK
RGB Variations
Color information
#09964D (or 0x09964D) is known color: Pigment Green. HEX triplet: 09, 96 and 4D. RGB value is (9,150,77). Sum of RGB (Red+Green+Blue) = 9+150+77=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 150 (58.98% from 255 or 63.56% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 150 - color contains mainly: green. Hex color #09964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09964D is #F669B2. Grayscale: #636363. Windows color (decimal): -16148915 or 5084681. OLE color: 5084681.
HSL color Cylindrical-coordinate representation of color #09964D: hue angle of 148.94º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09964D is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 150 | 77 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.41 |
| HSL | 148.94º | 0.89% | 0.31% | - |
| HSV(B) | 148.94º | 0.94% | 0.59% | - |
| XYZ | 12.36 | 22.41 | 10.69 | - |
| YUV | 99.52 | 115.29 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 77 | 0.94 | 0 | 0.49 | 0.41 | 148.94 | 0.89 | 0.31 |
| Hex | 9 | 96 | 4D | 5E | 0 | 31 | 29 | 95 | 59 | 1F |
| Octal | 11 | 226 | 115 | 136 | 0 | 61 | 51 | 225 | 131 | 37 |
| Binary | 1001 | 10010110 | 1001101 | 1011110 | 0 | 110001 | 101001 | 10010101 | 1011001 | 11111 |
Color Harmonies of #09964D
Complementary color
Monochromatic Colors of #09964D
Black with #09964D
Text Example
Text Example
White with #09964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09964D; }
p { color: rgb(9,150,77); }
H1.HeaderClassName
{
color: #09964D;
}
.AnyTagClassName
{
color: #09964D;
}
</style>
background-color css
<style>
a { background-color: #09964D; }
a { background-color: rgb(9,150,77); }
div.DivClassName
{
background-color: #09964D;
}
.BgClassName
{
background-color: #09964D;
}
</style>
border-color css
<style>
span { border-color: #09964D; }
span { border-color: rgb(9,150,77); }
td.TdClassName
{
border-color: #09964D;
}
.TagClassName
{
border-color: #09964D;
}
</style>