Shades of Pigment Green #00994A
Tints of Pigment Green #00994A
RGB
CMYK
RGB Variations
Color information
#00994A (or 0x00994A) is known color: Pigment Green. HEX triplet: 00, 99 and 4A. RGB value is (0,153,74). Sum of RGB (Red+Green+Blue) = 0+153+74=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #00994A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00994A is #FF66B5. Grayscale: #626262. Windows color (decimal): -16737974 or 4888832. OLE color: 4888832.
HSL color Cylindrical-coordinate representation of color #00994A: hue angle of 149.02º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00994A is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 74 | - |
| CMYK | 1 | 0 | 0.52 | 0.4 |
| HSL | 149.02º | 1% | 0.3% | - |
| HSV(B) | 149.02º | 1% | 0.6% | - |
| XYZ | 12.63 | 23.28 | 10.31 | - |
| YUV | 98.25 | 114.31 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 74 | 1 | 0 | 0.52 | 0.4 | 149.02 | 1 | 0.3 |
| Hex | 0 | 99 | 4A | 64 | 0 | 34 | 28 | 95 | 64 | 1E |
| Octal | 0 | 231 | 112 | 144 | 0 | 64 | 50 | 225 | 144 | 36 |
| Binary | 0 | 10011001 | 1001010 | 1100100 | 0 | 110100 | 101000 | 10010101 | 1100100 | 11110 |
Color Harmonies of #00994A
Complementary color
Monochromatic Colors of #00994A
Black with #00994A
Text Example
Text Example
White with #00994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00994A; }
p { color: rgb(0,153,74); }
H1.HeaderClassName
{
color: #00994A;
}
.AnyTagClassName
{
color: #00994A;
}
</style>
background-color css
<style>
a { background-color: #00994A; }
a { background-color: rgb(0,153,74); }
div.DivClassName
{
background-color: #00994A;
}
.BgClassName
{
background-color: #00994A;
}
</style>
border-color css
<style>
span { border-color: #00994A; }
span { border-color: rgb(0,153,74); }
td.TdClassName
{
border-color: #00994A;
}
.TagClassName
{
border-color: #00994A;
}
</style>