Shades of Pigment Green #00984C
Tints of Pigment Green #00984C
RGB
CMYK
RGB Variations
Color information
#00984C (or 0x00984C) is known color: Pigment Green. HEX triplet: 00, 98 and 4C. RGB value is (0,152,76). Sum of RGB (Red+Green+Blue) = 0+152+76=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 152 (59.77% from 255 or 66.67% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 152 - color contains mainly: green. Hex color #00984C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00984C is #FF67B3. Grayscale: #626262. Windows color (decimal): -16738228 or 5019648. OLE color: 5019648.
HSL color Cylindrical-coordinate representation of color #00984C: hue angle of 150º 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 #00984C is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 152 | 76 | - |
| CMYK | 1 | 0 | 0.50 | 0.40 |
| HSL | 150º | 1% | 0.3% | - |
| HSV(B) | 150º | 1% | 0.6% | - |
| XYZ | 12.53 | 22.98 | 10.61 | - |
| YUV | 97.89 | 115.64 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 76 | 1 | 0 | 0.50 | 0.40 | 150 | 1 | 0.3 |
| Hex | 0 | 98 | 4C | 64 | 0 | 32 | 28 | 96 | 64 | 1E |
| Octal | 0 | 230 | 114 | 144 | 0 | 62 | 50 | 226 | 144 | 36 |
| Binary | 0 | 10011000 | 1001100 | 1100100 | 0 | 110010 | 101000 | 10010110 | 1100100 | 11110 |
Color Harmonies of #00984C
Complementary color
Monochromatic Colors of #00984C
Black with #00984C
Text Example
Text Example
White with #00984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00984C; }
p { color: rgb(0,152,76); }
H1.HeaderClassName
{
color: #00984C;
}
.AnyTagClassName
{
color: #00984C;
}
</style>
background-color css
<style>
a { background-color: #00984C; }
a { background-color: rgb(0,152,76); }
div.DivClassName
{
background-color: #00984C;
}
.BgClassName
{
background-color: #00984C;
}
</style>
border-color css
<style>
span { border-color: #00984C; }
span { border-color: rgb(0,152,76); }
td.TdClassName
{
border-color: #00984C;
}
.TagClassName
{
border-color: #00984C;
}
</style>