Shades of Pigment Green #00904E
Tints of Pigment Green #00904E
RGB
CMYK
RGB Variations
Color information
#00904E (or 0x00904E) is known color: Pigment Green. HEX triplet: 00, 90 and 4E. RGB value is (0,144,78). Sum of RGB (Red+Green+Blue) = 0+144+78=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #00904E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00904E is #FF6FB1. Grayscale: #5D5D5D. Windows color (decimal): -16740274 or 5148672. OLE color: 5148672.
HSL color Cylindrical-coordinate representation of color #00904E: hue angle of 152.5º 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 #00904E is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 78 | - |
| CMYK | 1 | 0 | 0.46 | 0.44 |
| HSL | 152.5º | 1% | 0.28% | - |
| HSV(B) | 152.5º | 1% | 0.56% | - |
| XYZ | 11.35 | 20.5 | 10.57 | - |
| YUV | 93.42 | 119.29 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 78 | 1 | 0 | 0.46 | 0.44 | 152.5 | 1 | 0.28 |
| Hex | 0 | 90 | 4E | 64 | 0 | 2E | 2C | 98 | 64 | 1C |
| Octal | 0 | 220 | 116 | 144 | 0 | 56 | 54 | 230 | 144 | 34 |
| Binary | 0 | 10010000 | 1001110 | 1100100 | 0 | 101110 | 101100 | 10011000 | 1100100 | 11100 |
Color Harmonies of #00904E
Complementary color
Monochromatic Colors of #00904E
Black with #00904E
Text Example
Text Example
White with #00904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00904E; }
p { color: rgb(0,144,78); }
H1.HeaderClassName
{
color: #00904E;
}
.AnyTagClassName
{
color: #00904E;
}
</style>
background-color css
<style>
a { background-color: #00904E; }
a { background-color: rgb(0,144,78); }
div.DivClassName
{
background-color: #00904E;
}
.BgClassName
{
background-color: #00904E;
}
</style>
border-color css
<style>
span { border-color: #00904E; }
span { border-color: rgb(0,144,78); }
td.TdClassName
{
border-color: #00904E;
}
.TagClassName
{
border-color: #00904E;
}
</style>