Shades of Pigment Green #099640
Tints of Pigment Green #099640
RGB
CMYK
RGB Variations
Color information
#099640 (or 0x099640) is known color: Pigment Green. HEX triplet: 09, 96 and 40. RGB value is (9,150,64). Sum of RGB (Red+Green+Blue) = 9+150+64=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 150 (58.98% from 255 or 67.26% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 150 - color contains mainly: green. Hex color #099640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099640 is #F669BF. Grayscale: #626262. Windows color (decimal): -16148928 or 4232713. OLE color: 4232713.
HSL color Cylindrical-coordinate representation of color #099640: hue angle of 143.4º 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 #099640 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 150 | 64 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.41 |
| HSL | 143.4º | 0.89% | 0.31% | - |
| HSV(B) | 143.4º | 0.94% | 0.59% | - |
| XYZ | 11.94 | 22.24 | 8.51 | - |
| YUV | 98.04 | 108.79 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 64 | 0.94 | 0 | 0.57 | 0.41 | 143.4 | 0.89 | 0.31 |
| Hex | 9 | 96 | 40 | 5E | 0 | 39 | 29 | 8F | 59 | 1F |
| Octal | 11 | 226 | 100 | 136 | 0 | 71 | 51 | 217 | 131 | 37 |
| Binary | 1001 | 10010110 | 1000000 | 1011110 | 0 | 111001 | 101001 | 10001111 | 1011001 | 11111 |
Color Harmonies of #099640
Complementary color
Monochromatic Colors of #099640
Black with #099640
Text Example
Text Example
White with #099640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099640; }
p { color: rgb(9,150,64); }
H1.HeaderClassName
{
color: #099640;
}
.AnyTagClassName
{
color: #099640;
}
</style>
background-color css
<style>
a { background-color: #099640; }
a { background-color: rgb(9,150,64); }
div.DivClassName
{
background-color: #099640;
}
.BgClassName
{
background-color: #099640;
}
</style>
border-color css
<style>
span { border-color: #099640; }
span { border-color: rgb(9,150,64); }
td.TdClassName
{
border-color: #099640;
}
.TagClassName
{
border-color: #099640;
}
</style>