Shades of Pigment Green #009540
Tints of Pigment Green #009540
RGB
CMYK
RGB Variations
Color information
#009540 (or 0x009540) is known color: Pigment Green. HEX triplet: 00, 95 and 40. RGB value is (0,149,64). Sum of RGB (Red+Green+Blue) = 0+149+64=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #009540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009540 is #FF6ABF. Grayscale: #5E5E5E. Windows color (decimal): -16739008 or 4232448. OLE color: 4232448.
HSL color Cylindrical-coordinate representation of color #009540: hue angle of 145.77º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009540 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 64 | - |
| CMYK | 1 | 0 | 0.57 | 0.42 |
| HSL | 145.77º | 1% | 0.29% | - |
| HSV(B) | 145.77º | 1% | 0.58% | - |
| XYZ | 11.67 | 21.87 | 8.46 | - |
| YUV | 94.76 | 110.64 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 64 | 1 | 0 | 0.57 | 0.42 | 145.77 | 1 | 0.29 |
| Hex | 0 | 95 | 40 | 64 | 0 | 39 | 2A | 92 | 64 | 1D |
| Octal | 0 | 225 | 100 | 144 | 0 | 71 | 52 | 222 | 144 | 35 |
| Binary | 0 | 10010101 | 1000000 | 1100100 | 0 | 111001 | 101010 | 10010010 | 1100100 | 11101 |
Color Harmonies of #009540
Complementary color
Monochromatic Colors of #009540
Black with #009540
Text Example
Text Example
White with #009540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009540; }
p { color: rgb(0,149,64); }
H1.HeaderClassName
{
color: #009540;
}
.AnyTagClassName
{
color: #009540;
}
</style>
background-color css
<style>
a { background-color: #009540; }
a { background-color: rgb(0,149,64); }
div.DivClassName
{
background-color: #009540;
}
.BgClassName
{
background-color: #009540;
}
</style>
border-color css
<style>
span { border-color: #009540; }
span { border-color: rgb(0,149,64); }
td.TdClassName
{
border-color: #009540;
}
.TagClassName
{
border-color: #009540;
}
</style>