Shades of Pigment Green #09984A
Tints of Pigment Green #09984A
RGB
CMYK
RGB Variations
Color information
#09984A (or 0x09984A) is known color: Pigment Green. HEX triplet: 09, 98 and 4A. RGB value is (9,152,74). Sum of RGB (Red+Green+Blue) = 9+152+74=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 152 (59.77% from 255 or 64.68% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 152 - color contains mainly: green. Hex color #09984A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09984A is #F667B5. Grayscale: #646464. Windows color (decimal): -16148406 or 4888585. OLE color: 4888585.
HSL color Cylindrical-coordinate representation of color #09984A: hue angle of 147.27º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09984A is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 152 | 74 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.40 |
| HSL | 147.27º | 0.89% | 0.32% | - |
| HSV(B) | 147.27º | 0.94% | 0.6% | - |
| XYZ | 12.58 | 23.01 | 10.26 | - |
| YUV | 100.35 | 113.12 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 74 | 0.94 | 0 | 0.51 | 0.40 | 147.27 | 0.89 | 0.32 |
| Hex | 9 | 98 | 4A | 5E | 0 | 33 | 28 | 93 | 59 | 20 |
| Octal | 11 | 230 | 112 | 136 | 0 | 63 | 50 | 223 | 131 | 40 |
| Binary | 1001 | 10011000 | 1001010 | 1011110 | 0 | 110011 | 101000 | 10010011 | 1011001 | 100000 |
Color Harmonies of #09984A
Complementary color
Monochromatic Colors of #09984A
Black with #09984A
Text Example
Text Example
White with #09984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09984A; }
p { color: rgb(9,152,74); }
H1.HeaderClassName
{
color: #09984A;
}
.AnyTagClassName
{
color: #09984A;
}
</style>
background-color css
<style>
a { background-color: #09984A; }
a { background-color: rgb(9,152,74); }
div.DivClassName
{
background-color: #09984A;
}
.BgClassName
{
background-color: #09984A;
}
</style>
border-color css
<style>
span { border-color: #09984A; }
span { border-color: rgb(9,152,74); }
td.TdClassName
{
border-color: #09984A;
}
.TagClassName
{
border-color: #09984A;
}
</style>