Shades of Pigment Green #099F4D
Tints of Pigment Green #099F4D
RGB
CMYK
RGB Variations
Color information
#099F4D (or 0x099F4D) is known color: Pigment Green. HEX triplet: 09, 9F and 4D. RGB value is (9,159,77). Sum of RGB (Red+Green+Blue) = 9+159+77=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 159 (62.5% from 255 or 64.90% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 159 - color contains mainly: green. Hex color #099F4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099F4D is #F660B2. Grayscale: #686868. Windows color (decimal): -16146611 or 5086985. OLE color: 5086985.
HSL color Cylindrical-coordinate representation of color #099F4D: hue angle of 147.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099F4D is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 159 | 77 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.38 |
| HSL | 147.2º | 0.89% | 0.33% | - |
| HSV(B) | 147.2º | 0.94% | 0.62% | - |
| XYZ | 13.85 | 25.39 | 11.19 | - |
| YUV | 104.8 | 112.31 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 77 | 0.94 | 0 | 0.52 | 0.38 | 147.2 | 0.89 | 0.33 |
| Hex | 9 | 9F | 4D | 5E | 0 | 34 | 26 | 93 | 59 | 21 |
| Octal | 11 | 237 | 115 | 136 | 0 | 64 | 46 | 223 | 131 | 41 |
| Binary | 1001 | 10011111 | 1001101 | 1011110 | 0 | 110100 | 100110 | 10010011 | 1011001 | 100001 |
Color Harmonies of #099F4D
Complementary color
Monochromatic Colors of #099F4D
Black with #099F4D
Text Example
Text Example
White with #099F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099F4D; }
p { color: rgb(9,159,77); }
H1.HeaderClassName
{
color: #099F4D;
}
.AnyTagClassName
{
color: #099F4D;
}
</style>
background-color css
<style>
a { background-color: #099F4D; }
a { background-color: rgb(9,159,77); }
div.DivClassName
{
background-color: #099F4D;
}
.BgClassName
{
background-color: #099F4D;
}
</style>
border-color css
<style>
span { border-color: #099F4D; }
span { border-color: rgb(9,159,77); }
td.TdClassName
{
border-color: #099F4D;
}
.TagClassName
{
border-color: #099F4D;
}
</style>