Shades of Pigment Green #00993E
Tints of Pigment Green #00993E
RGB
CMYK
RGB Variations
Color information
#00993E (or 0x00993E) is known color: Pigment Green. HEX triplet: 00, 99 and 3E. RGB value is (0,153,62). Sum of RGB (Red+Green+Blue) = 0+153+62=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 153 (60.16% from 255 or 71.16% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 153 - color contains mainly: green. Hex color #00993E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00993E is #FF66C1. Grayscale: #616161. Windows color (decimal): -16737986 or 4102400. OLE color: 4102400.
HSL color Cylindrical-coordinate representation of color #00993E: hue angle of 144.31º 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 #00993E is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 62 | - |
| CMYK | 1 | 0 | 0.59 | 0.4 |
| HSL | 144.31º | 1% | 0.3% | - |
| HSV(B) | 144.31º | 1% | 0.6% | - |
| XYZ | 12.26 | 23.13 | 8.38 | - |
| YUV | 96.88 | 108.31 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 62 | 1 | 0 | 0.59 | 0.4 | 144.31 | 1 | 0.3 |
| Hex | 0 | 99 | 3E | 64 | 0 | 3B | 28 | 90 | 64 | 1E |
| Octal | 0 | 231 | 76 | 144 | 0 | 73 | 50 | 220 | 144 | 36 |
| Binary | 0 | 10011001 | 111110 | 1100100 | 0 | 111011 | 101000 | 10010000 | 1100100 | 11110 |
Color Harmonies of #00993E
Complementary color
Monochromatic Colors of #00993E
Black with #00993E
Text Example
Text Example
White with #00993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00993E; }
p { color: rgb(0,153,62); }
H1.HeaderClassName
{
color: #00993E;
}
.AnyTagClassName
{
color: #00993E;
}
</style>
background-color css
<style>
a { background-color: #00993E; }
a { background-color: rgb(0,153,62); }
div.DivClassName
{
background-color: #00993E;
}
.BgClassName
{
background-color: #00993E;
}
</style>
border-color css
<style>
span { border-color: #00993E; }
span { border-color: rgb(0,153,62); }
td.TdClassName
{
border-color: #00993E;
}
.TagClassName
{
border-color: #00993E;
}
</style>