Shades of Pigment Green #009941
Tints of Pigment Green #009941
RGB
CMYK
RGB Variations
Color information
#009941 (or 0x009941) is known color: Pigment Green. HEX triplet: 00, 99 and 41. RGB value is (0,153,65). Sum of RGB (Red+Green+Blue) = 0+153+65=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 153 (60.16% from 255 or 70.18% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 153 - color contains mainly: green. Hex color #009941 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009941 is #FF66BE. Grayscale: #616161. Windows color (decimal): -16737983 or 4299008. OLE color: 4299008.
HSL color Cylindrical-coordinate representation of color #009941: hue angle of 145.49º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009941 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 65 | - |
| CMYK | 1 | 0 | 0.58 | 0.4 |
| HSL | 145.49º | 1% | 0.3% | - |
| HSV(B) | 145.49º | 1% | 0.6% | - |
| XYZ | 12.35 | 23.16 | 8.82 | - |
| YUV | 97.22 | 109.81 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 65 | 1 | 0 | 0.58 | 0.4 | 145.49 | 1 | 0.3 |
| Hex | 0 | 99 | 41 | 64 | 0 | 3A | 28 | 91 | 64 | 1E |
| Octal | 0 | 231 | 101 | 144 | 0 | 72 | 50 | 221 | 144 | 36 |
| Binary | 0 | 10011001 | 1000001 | 1100100 | 0 | 111010 | 101000 | 10010001 | 1100100 | 11110 |
Color Harmonies of #009941
Complementary color
Monochromatic Colors of #009941
Black with #009941
Text Example
Text Example
White with #009941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009941; }
p { color: rgb(0,153,65); }
H1.HeaderClassName
{
color: #009941;
}
.AnyTagClassName
{
color: #009941;
}
</style>
background-color css
<style>
a { background-color: #009941; }
a { background-color: rgb(0,153,65); }
div.DivClassName
{
background-color: #009941;
}
.BgClassName
{
background-color: #009941;
}
</style>
border-color css
<style>
span { border-color: #009941; }
span { border-color: rgb(0,153,65); }
td.TdClassName
{
border-color: #009941;
}
.TagClassName
{
border-color: #009941;
}
</style>