Shades of Pigment Green #009D3A
Tints of Pigment Green #009D3A
RGB
CMYK
RGB Variations
Color information
#009D3A (or 0x009D3A) is known color: Pigment Green. HEX triplet: 00, 9D and 3A. RGB value is (0,157,58). Sum of RGB (Red+Green+Blue) = 0+157+58=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 157 (61.72% from 255 or 73.02% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 157 - color contains mainly: green. Hex color #009D3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009D3A is #FF62C5. Grayscale: #636363. Windows color (decimal): -16736966 or 3841280. OLE color: 3841280.
HSL color Cylindrical-coordinate representation of color #009D3A: hue angle of 142.17º 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 #009D3A is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 58 | - |
| CMYK | 1 | 0 | 0.63 | 0.38 |
| HSL | 142.17º | 1% | 0.31% | - |
| HSV(B) | 142.17º | 1% | 0.62% | - |
| XYZ | 12.82 | 24.42 | 8.04 | - |
| YUV | 98.77 | 104.99 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 58 | 1 | 0 | 0.63 | 0.38 | 142.17 | 1 | 0.31 |
| Hex | 0 | 9D | 3A | 64 | 0 | 3F | 26 | 8E | 64 | 1F |
| Octal | 0 | 235 | 72 | 144 | 0 | 77 | 46 | 216 | 144 | 37 |
| Binary | 0 | 10011101 | 111010 | 1100100 | 0 | 111111 | 100110 | 10001110 | 1100100 | 11111 |
Color Harmonies of #009D3A
Complementary color
Monochromatic Colors of #009D3A
Black with #009D3A
Text Example
Text Example
White with #009D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D3A; }
p { color: rgb(0,157,58); }
H1.HeaderClassName
{
color: #009D3A;
}
.AnyTagClassName
{
color: #009D3A;
}
</style>
background-color css
<style>
a { background-color: #009D3A; }
a { background-color: rgb(0,157,58); }
div.DivClassName
{
background-color: #009D3A;
}
.BgClassName
{
background-color: #009D3A;
}
</style>
border-color css
<style>
span { border-color: #009D3A; }
span { border-color: rgb(0,157,58); }
td.TdClassName
{
border-color: #009D3A;
}
.TagClassName
{
border-color: #009D3A;
}
</style>