Shades of Pigment Green #09904D
Tints of Pigment Green #09904D
RGB
CMYK
RGB Variations
Color information
#09904D (or 0x09904D) is known color: Pigment Green. HEX triplet: 09, 90 and 4D. RGB value is (9,144,77). Sum of RGB (Red+Green+Blue) = 9+144+77=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 144 (56.64% from 255 or 62.61% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 144 - color contains mainly: green. Hex color #09904D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09904D is #F66FB2. Grayscale: #606060. Windows color (decimal): -16150451 or 5083145. OLE color: 5083145.
HSL color Cylindrical-coordinate representation of color #09904D: hue angle of 150.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09904D is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 144 | 77 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.44 |
| HSL | 150.22º | 0.88% | 0.3% | - |
| HSV(B) | 150.22º | 0.94% | 0.56% | - |
| XYZ | 11.43 | 20.54 | 10.38 | - |
| YUV | 96 | 117.27 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 77 | 0.94 | 0 | 0.47 | 0.44 | 150.22 | 0.88 | 0.3 |
| Hex | 9 | 90 | 4D | 5E | 0 | 2F | 2C | 96 | 58 | 1E |
| Octal | 11 | 220 | 115 | 136 | 0 | 57 | 54 | 226 | 130 | 36 |
| Binary | 1001 | 10010000 | 1001101 | 1011110 | 0 | 101111 | 101100 | 10010110 | 1011000 | 11110 |
Color Harmonies of #09904D
Complementary color
Monochromatic Colors of #09904D
Black with #09904D
Text Example
Text Example
White with #09904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09904D; }
p { color: rgb(9,144,77); }
H1.HeaderClassName
{
color: #09904D;
}
.AnyTagClassName
{
color: #09904D;
}
</style>
background-color css
<style>
a { background-color: #09904D; }
a { background-color: rgb(9,144,77); }
div.DivClassName
{
background-color: #09904D;
}
.BgClassName
{
background-color: #09904D;
}
</style>
border-color css
<style>
span { border-color: #09904D; }
span { border-color: rgb(9,144,77); }
td.TdClassName
{
border-color: #09904D;
}
.TagClassName
{
border-color: #09904D;
}
</style>