Shades of Pigment Green #009141
Tints of Pigment Green #009141
RGB
CMYK
RGB Variations
Color information
#009141 (or 0x009141) is known color: Pigment Green. HEX triplet: 00, 91 and 41. RGB value is (0,145,65). Sum of RGB (Red+Green+Blue) = 0+145+65=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 145 (57.03% from 255 or 69.05% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 145 - color contains mainly: green. Hex color #009141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009141 is #FF6EBE. Grayscale: #5C5C5C. Windows color (decimal): -16740031 or 4296960. OLE color: 4296960.
HSL color Cylindrical-coordinate representation of color #009141: hue angle of 146.9º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009141 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 65 | - |
| CMYK | 1 | 0 | 0.55 | 0.43 |
| HSL | 146.9º | 1% | 0.28% | - |
| HSV(B) | 146.9º | 1% | 0.57% | - |
| XYZ | 11.08 | 20.63 | 8.4 | - |
| YUV | 92.53 | 112.46 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 65 | 1 | 0 | 0.55 | 0.43 | 146.9 | 1 | 0.28 |
| Hex | 0 | 91 | 41 | 64 | 0 | 37 | 2B | 93 | 64 | 1C |
| Octal | 0 | 221 | 101 | 144 | 0 | 67 | 53 | 223 | 144 | 34 |
| Binary | 0 | 10010001 | 1000001 | 1100100 | 0 | 110111 | 101011 | 10010011 | 1100100 | 11100 |
Color Harmonies of #009141
Complementary color
Monochromatic Colors of #009141
Black with #009141
Text Example
Text Example
White with #009141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009141; }
p { color: rgb(0,145,65); }
H1.HeaderClassName
{
color: #009141;
}
.AnyTagClassName
{
color: #009141;
}
</style>
background-color css
<style>
a { background-color: #009141; }
a { background-color: rgb(0,145,65); }
div.DivClassName
{
background-color: #009141;
}
.BgClassName
{
background-color: #009141;
}
</style>
border-color css
<style>
span { border-color: #009141; }
span { border-color: rgb(0,145,65); }
td.TdClassName
{
border-color: #009141;
}
.TagClassName
{
border-color: #009141;
}
</style>