Shades of Pigment Green #009F3A
Tints of Pigment Green #009F3A
RGB
CMYK
RGB Variations
Color information
#009F3A (or 0x009F3A) is known color: Pigment Green. HEX triplet: 00, 9F and 3A. RGB value is (0,159,58). Sum of RGB (Red+Green+Blue) = 0+159+58=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 159 (62.5% from 255 or 73.27% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 159 - color contains mainly: green. Hex color #009F3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009F3A is #FF60C5. Grayscale: #646464. Windows color (decimal): -16736454 or 3841792. OLE color: 3841792.
HSL color Cylindrical-coordinate representation of color #009F3A: hue angle of 141.89º 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 #009F3A is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 159 | 58 | - |
| CMYK | 1 | 0 | 0.64 | 0.38 |
| HSL | 141.89º | 1% | 0.31% | - |
| HSV(B) | 141.89º | 1% | 0.62% | - |
| XYZ | 13.16 | 25.1 | 8.15 | - |
| YUV | 99.95 | 104.32 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 58 | 1 | 0 | 0.64 | 0.38 | 141.89 | 1 | 0.31 |
| Hex | 0 | 9F | 3A | 64 | 0 | 40 | 26 | 8E | 64 | 1F |
| Octal | 0 | 237 | 72 | 144 | 0 | 100 | 46 | 216 | 144 | 37 |
| Binary | 0 | 10011111 | 111010 | 1100100 | 0 | 1000000 | 100110 | 10001110 | 1100100 | 11111 |
Color Harmonies of #009F3A
Complementary color
Monochromatic Colors of #009F3A
Black with #009F3A
Text Example
Text Example
White with #009F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009F3A; }
p { color: rgb(0,159,58); }
H1.HeaderClassName
{
color: #009F3A;
}
.AnyTagClassName
{
color: #009F3A;
}
</style>
background-color css
<style>
a { background-color: #009F3A; }
a { background-color: rgb(0,159,58); }
div.DivClassName
{
background-color: #009F3A;
}
.BgClassName
{
background-color: #009F3A;
}
</style>
border-color css
<style>
span { border-color: #009F3A; }
span { border-color: rgb(0,159,58); }
td.TdClassName
{
border-color: #009F3A;
}
.TagClassName
{
border-color: #009F3A;
}
</style>