Shades of Pigment Green #00994B
Tints of Pigment Green #00994B
RGB
CMYK
RGB Variations
Color information
#00994B (or 0x00994B) is known color: Pigment Green. HEX triplet: 00, 99 and 4B. RGB value is (0,153,75). Sum of RGB (Red+Green+Blue) = 0+153+75=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 153 (60.16% from 255 or 67.11% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 153 - color contains mainly: green. Hex color #00994B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00994B is #FF66B4. Grayscale: #626262. Windows color (decimal): -16737973 or 4954368. OLE color: 4954368.
HSL color Cylindrical-coordinate representation of color #00994B: hue angle of 149.41º 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 #00994B is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 75 | - |
| CMYK | 1 | 0 | 0.51 | 0.4 |
| HSL | 149.41º | 1% | 0.3% | - |
| HSV(B) | 149.41º | 1% | 0.6% | - |
| XYZ | 12.66 | 23.29 | 10.48 | - |
| YUV | 98.36 | 114.81 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 75 | 1 | 0 | 0.51 | 0.4 | 149.41 | 1 | 0.3 |
| Hex | 0 | 99 | 4B | 64 | 0 | 33 | 28 | 95 | 64 | 1E |
| Octal | 0 | 231 | 113 | 144 | 0 | 63 | 50 | 225 | 144 | 36 |
| Binary | 0 | 10011001 | 1001011 | 1100100 | 0 | 110011 | 101000 | 10010101 | 1100100 | 11110 |
Color Harmonies of #00994B
Complementary color
Monochromatic Colors of #00994B
Black with #00994B
Text Example
Text Example
White with #00994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00994B; }
p { color: rgb(0,153,75); }
H1.HeaderClassName
{
color: #00994B;
}
.AnyTagClassName
{
color: #00994B;
}
</style>
background-color css
<style>
a { background-color: #00994B; }
a { background-color: rgb(0,153,75); }
div.DivClassName
{
background-color: #00994B;
}
.BgClassName
{
background-color: #00994B;
}
</style>
border-color css
<style>
span { border-color: #00994B; }
span { border-color: rgb(0,153,75); }
td.TdClassName
{
border-color: #00994B;
}
.TagClassName
{
border-color: #00994B;
}
</style>