Shades of Pigment Green #009D4D
Tints of Pigment Green #009D4D
RGB
CMYK
RGB Variations
Color information
#009D4D (or 0x009D4D) is known color: Pigment Green. HEX triplet: 00, 9D and 4D. RGB value is (0,157,77). Sum of RGB (Red+Green+Blue) = 0+157+77=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 157 (61.72% from 255 or 67.09% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 157 - color contains mainly: green. Hex color #009D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009D4D is #FF62B2. Grayscale: #656565. Windows color (decimal): -16736947 or 5086464. OLE color: 5086464.
HSL color Cylindrical-coordinate representation of color #009D4D: hue angle of 149.43º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009D4D is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 77 | - |
| CMYK | 1 | 0 | 0.51 | 0.38 |
| HSL | 149.43º | 1% | 0.31% | - |
| HSV(B) | 149.43º | 1% | 0.62% | - |
| XYZ | 13.4 | 24.65 | 11.07 | - |
| YUV | 100.94 | 114.49 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 77 | 1 | 0 | 0.51 | 0.38 | 149.43 | 1 | 0.31 |
| Hex | 0 | 9D | 4D | 64 | 0 | 33 | 26 | 95 | 64 | 1F |
| Octal | 0 | 235 | 115 | 144 | 0 | 63 | 46 | 225 | 144 | 37 |
| Binary | 0 | 10011101 | 1001101 | 1100100 | 0 | 110011 | 100110 | 10010101 | 1100100 | 11111 |
Color Harmonies of #009D4D
Complementary color
Monochromatic Colors of #009D4D
Black with #009D4D
Text Example
Text Example
White with #009D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D4D; }
p { color: rgb(0,157,77); }
H1.HeaderClassName
{
color: #009D4D;
}
.AnyTagClassName
{
color: #009D4D;
}
</style>
background-color css
<style>
a { background-color: #009D4D; }
a { background-color: rgb(0,157,77); }
div.DivClassName
{
background-color: #009D4D;
}
.BgClassName
{
background-color: #009D4D;
}
</style>
border-color css
<style>
span { border-color: #009D4D; }
span { border-color: rgb(0,157,77); }
td.TdClassName
{
border-color: #009D4D;
}
.TagClassName
{
border-color: #009D4D;
}
</style>