Shades of Pigment Green #00904D
Tints of Pigment Green #00904D
RGB
CMYK
RGB Variations
Color information
#00904D (or 0x00904D) is known color: Pigment Green. HEX triplet: 00, 90 and 4D. RGB value is (0,144,77). Sum of RGB (Red+Green+Blue) = 0+144+77=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 144 (56.64% from 255 or 65.16% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 144 - color contains mainly: green. Hex color #00904D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00904D is #FF6FB2. Grayscale: #5D5D5D. Windows color (decimal): -16740275 or 5083136. OLE color: 5083136.
HSL color Cylindrical-coordinate representation of color #00904D: hue angle of 152.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00904D is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 77 | - |
| CMYK | 1 | 0 | 0.47 | 0.44 |
| HSL | 152.08º | 1% | 0.28% | - |
| HSV(B) | 152.08º | 1% | 0.56% | - |
| XYZ | 11.31 | 20.48 | 10.38 | - |
| YUV | 93.31 | 118.79 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 77 | 1 | 0 | 0.47 | 0.44 | 152.08 | 1 | 0.28 |
| Hex | 0 | 90 | 4D | 64 | 0 | 2F | 2C | 98 | 64 | 1C |
| Octal | 0 | 220 | 115 | 144 | 0 | 57 | 54 | 230 | 144 | 34 |
| Binary | 0 | 10010000 | 1001101 | 1100100 | 0 | 101111 | 101100 | 10011000 | 1100100 | 11100 |
Color Harmonies of #00904D
Complementary color
Monochromatic Colors of #00904D
Black with #00904D
Text Example
Text Example
White with #00904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00904D; }
p { color: rgb(0,144,77); }
H1.HeaderClassName
{
color: #00904D;
}
.AnyTagClassName
{
color: #00904D;
}
</style>
background-color css
<style>
a { background-color: #00904D; }
a { background-color: rgb(0,144,77); }
div.DivClassName
{
background-color: #00904D;
}
.BgClassName
{
background-color: #00904D;
}
</style>
border-color css
<style>
span { border-color: #00904D; }
span { border-color: rgb(0,144,77); }
td.TdClassName
{
border-color: #00904D;
}
.TagClassName
{
border-color: #00904D;
}
</style>