Shades of Pigment Green #00974A
Tints of Pigment Green #00974A
RGB
CMYK
RGB Variations
Color information
#00974A (or 0x00974A) is known color: Pigment Green. HEX triplet: 00, 97 and 4A. RGB value is (0,151,74). Sum of RGB (Red+Green+Blue) = 0+151+74=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 151 (59.38% from 255 or 67.11% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 151 - color contains mainly: green. Hex color #00974A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00974A is #FF68B5. Grayscale: #616161. Windows color (decimal): -16738486 or 4888320. OLE color: 4888320.
HSL color Cylindrical-coordinate representation of color #00974A: hue angle of 149.4º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00974A is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 151 | 74 | - |
| CMYK | 1 | 0 | 0.51 | 0.41 |
| HSL | 149.4º | 1% | 0.3% | - |
| HSV(B) | 149.4º | 1% | 0.59% | - |
| XYZ | 12.3 | 22.63 | 10.2 | - |
| YUV | 97.07 | 114.97 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 74 | 1 | 0 | 0.51 | 0.41 | 149.4 | 1 | 0.3 |
| Hex | 0 | 97 | 4A | 64 | 0 | 33 | 29 | 95 | 64 | 1E |
| Octal | 0 | 227 | 112 | 144 | 0 | 63 | 51 | 225 | 144 | 36 |
| Binary | 0 | 10010111 | 1001010 | 1100100 | 0 | 110011 | 101001 | 10010101 | 1100100 | 11110 |
Color Harmonies of #00974A
Complementary color
Monochromatic Colors of #00974A
Black with #00974A
Text Example
Text Example
White with #00974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00974A; }
p { color: rgb(0,151,74); }
H1.HeaderClassName
{
color: #00974A;
}
.AnyTagClassName
{
color: #00974A;
}
</style>
background-color css
<style>
a { background-color: #00974A; }
a { background-color: rgb(0,151,74); }
div.DivClassName
{
background-color: #00974A;
}
.BgClassName
{
background-color: #00974A;
}
</style>
border-color css
<style>
span { border-color: #00974A; }
span { border-color: rgb(0,151,74); }
td.TdClassName
{
border-color: #00974A;
}
.TagClassName
{
border-color: #00974A;
}
</style>