Shades of Pigment Green #00914F
Tints of Pigment Green #00914F
RGB
CMYK
RGB Variations
Color information
#00914F (or 0x00914F) is known color: Pigment Green. HEX triplet: 00, 91 and 4F. RGB value is (0,145,79). Sum of RGB (Red+Green+Blue) = 0+145+79=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 145 (57.03% from 255 or 64.73% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 145 - color contains mainly: green. Hex color #00914F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00914F is #FF6EB0. Grayscale: #5E5E5E. Windows color (decimal): -16740017 or 5214464. OLE color: 5214464.
HSL color Cylindrical-coordinate representation of color #00914F: hue angle of 152.69º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00914F is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 79 | - |
| CMYK | 1 | 0 | 0.46 | 0.43 |
| HSL | 152.69º | 1% | 0.28% | - |
| HSV(B) | 152.69º | 1% | 0.57% | - |
| XYZ | 11.54 | 20.82 | 10.81 | - |
| YUV | 94.12 | 119.46 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 79 | 1 | 0 | 0.46 | 0.43 | 152.69 | 1 | 0.28 |
| Hex | 0 | 91 | 4F | 64 | 0 | 2E | 2B | 99 | 64 | 1C |
| Octal | 0 | 221 | 117 | 144 | 0 | 56 | 53 | 231 | 144 | 34 |
| Binary | 0 | 10010001 | 1001111 | 1100100 | 0 | 101110 | 101011 | 10011001 | 1100100 | 11100 |
Color Harmonies of #00914F
Complementary color
Monochromatic Colors of #00914F
Black with #00914F
Text Example
Text Example
White with #00914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00914F; }
p { color: rgb(0,145,79); }
H1.HeaderClassName
{
color: #00914F;
}
.AnyTagClassName
{
color: #00914F;
}
</style>
background-color css
<style>
a { background-color: #00914F; }
a { background-color: rgb(0,145,79); }
div.DivClassName
{
background-color: #00914F;
}
.BgClassName
{
background-color: #00914F;
}
</style>
border-color css
<style>
span { border-color: #00914F; }
span { border-color: rgb(0,145,79); }
td.TdClassName
{
border-color: #00914F;
}
.TagClassName
{
border-color: #00914F;
}
</style>