Shades of Pigment Green #00953F
Tints of Pigment Green #00953F
RGB
CMYK
RGB Variations
Color information
#00953F (or 0x00953F) is known color: Pigment Green. HEX triplet: 00, 95 and 3F. RGB value is (0,149,63). Sum of RGB (Red+Green+Blue) = 0+149+63=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #00953F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00953F is #FF6AC0. Grayscale: #5E5E5E. Windows color (decimal): -16739009 or 4166912. OLE color: 4166912.
HSL color Cylindrical-coordinate representation of color #00953F: hue angle of 145.37º 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 #00953F is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 63 | - |
| CMYK | 1 | 0 | 0.58 | 0.42 |
| HSL | 145.37º | 1% | 0.29% | - |
| HSV(B) | 145.37º | 1% | 0.58% | - |
| XYZ | 11.64 | 21.85 | 8.31 | - |
| YUV | 94.65 | 110.14 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 63 | 1 | 0 | 0.58 | 0.42 | 145.37 | 1 | 0.29 |
| Hex | 0 | 95 | 3F | 64 | 0 | 3A | 2A | 91 | 64 | 1D |
| Octal | 0 | 225 | 77 | 144 | 0 | 72 | 52 | 221 | 144 | 35 |
| Binary | 0 | 10010101 | 111111 | 1100100 | 0 | 111010 | 101010 | 10010001 | 1100100 | 11101 |
Color Harmonies of #00953F
Complementary color
Monochromatic Colors of #00953F
Black with #00953F
Text Example
Text Example
White with #00953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00953F; }
p { color: rgb(0,149,63); }
H1.HeaderClassName
{
color: #00953F;
}
.AnyTagClassName
{
color: #00953F;
}
</style>
background-color css
<style>
a { background-color: #00953F; }
a { background-color: rgb(0,149,63); }
div.DivClassName
{
background-color: #00953F;
}
.BgClassName
{
background-color: #00953F;
}
</style>
border-color css
<style>
span { border-color: #00953F; }
span { border-color: rgb(0,149,63); }
td.TdClassName
{
border-color: #00953F;
}
.TagClassName
{
border-color: #00953F;
}
</style>