Shades of Pigment Green #00954A
Tints of Pigment Green #00954A
RGB
CMYK
RGB Variations
Color information
#00954A (or 0x00954A) is known color: Pigment Green. HEX triplet: 00, 95 and 4A. RGB value is (0,149,74). Sum of RGB (Red+Green+Blue) = 0+149+74=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #00954A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00954A is #FF6AB5. Grayscale: #606060. Windows color (decimal): -16738998 or 4887808. OLE color: 4887808.
HSL color Cylindrical-coordinate representation of color #00954A: hue angle of 149.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00954A is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 74 | - |
| CMYK | 1 | 0 | 0.50 | 0.42 |
| HSL | 149.8º | 1% | 0.29% | - |
| HSV(B) | 149.8º | 1% | 0.58% | - |
| XYZ | 11.98 | 21.99 | 10.09 | - |
| YUV | 95.9 | 115.64 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 74 | 1 | 0 | 0.50 | 0.42 | 149.8 | 1 | 0.29 |
| Hex | 0 | 95 | 4A | 64 | 0 | 32 | 2A | 96 | 64 | 1D |
| Octal | 0 | 225 | 112 | 144 | 0 | 62 | 52 | 226 | 144 | 35 |
| Binary | 0 | 10010101 | 1001010 | 1100100 | 0 | 110010 | 101010 | 10010110 | 1100100 | 11101 |
Color Harmonies of #00954A
Complementary color
Monochromatic Colors of #00954A
Black with #00954A
Text Example
Text Example
White with #00954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00954A; }
p { color: rgb(0,149,74); }
H1.HeaderClassName
{
color: #00954A;
}
.AnyTagClassName
{
color: #00954A;
}
</style>
background-color css
<style>
a { background-color: #00954A; }
a { background-color: rgb(0,149,74); }
div.DivClassName
{
background-color: #00954A;
}
.BgClassName
{
background-color: #00954A;
}
</style>
border-color css
<style>
span { border-color: #00954A; }
span { border-color: rgb(0,149,74); }
td.TdClassName
{
border-color: #00954A;
}
.TagClassName
{
border-color: #00954A;
}
</style>