Shades of Pigment Green #099440
Tints of Pigment Green #099440
RGB
CMYK
RGB Variations
Color information
#099440 (or 0x099440) is known color: Pigment Green. HEX triplet: 09, 94 and 40. RGB value is (9,148,64). Sum of RGB (Red+Green+Blue) = 9+148+64=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #099440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099440 is #F66BBF. Grayscale: #616161. Windows color (decimal): -16149440 or 4232201. OLE color: 4232201.
HSL color Cylindrical-coordinate representation of color #099440: hue angle of 143.74º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099440 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 148 | 64 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.42 |
| HSL | 143.74º | 0.89% | 0.31% | - |
| HSV(B) | 143.74º | 0.94% | 0.58% | - |
| XYZ | 11.63 | 21.61 | 8.41 | - |
| YUV | 96.86 | 109.45 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 64 | 0.94 | 0 | 0.57 | 0.42 | 143.74 | 0.89 | 0.31 |
| Hex | 9 | 94 | 40 | 5E | 0 | 39 | 2A | 90 | 59 | 1F |
| Octal | 11 | 224 | 100 | 136 | 0 | 71 | 52 | 220 | 131 | 37 |
| Binary | 1001 | 10010100 | 1000000 | 1011110 | 0 | 111001 | 101010 | 10010000 | 1011001 | 11111 |
Color Harmonies of #099440
Complementary color
Monochromatic Colors of #099440
Black with #099440
Text Example
Text Example
White with #099440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099440; }
p { color: rgb(9,148,64); }
H1.HeaderClassName
{
color: #099440;
}
.AnyTagClassName
{
color: #099440;
}
</style>
background-color css
<style>
a { background-color: #099440; }
a { background-color: rgb(9,148,64); }
div.DivClassName
{
background-color: #099440;
}
.BgClassName
{
background-color: #099440;
}
</style>
border-color css
<style>
span { border-color: #099440; }
span { border-color: rgb(9,148,64); }
td.TdClassName
{
border-color: #099440;
}
.TagClassName
{
border-color: #099440;
}
</style>