Shades of Pigment Green #09953B
Tints of Pigment Green #09953B
RGB
CMYK
RGB Variations
Color information
#09953B (or 0x09953B) is known color: Pigment Green. HEX triplet: 09, 95 and 3B. RGB value is (9,149,59). Sum of RGB (Red+Green+Blue) = 9+149+59=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #09953B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09953B is #F66AC4. Grayscale: #616161. Windows color (decimal): -16149189 or 3904777. OLE color: 3904777.
HSL color Cylindrical-coordinate representation of color #09953B: hue angle of 141.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09953B is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 149 | 59 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.42 |
| HSL | 141.43º | 0.89% | 0.31% | - |
| HSV(B) | 141.43º | 0.94% | 0.58% | - |
| XYZ | 11.65 | 21.87 | 7.74 | - |
| YUV | 96.88 | 106.62 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 59 | 0.94 | 0 | 0.60 | 0.42 | 141.43 | 0.89 | 0.31 |
| Hex | 9 | 95 | 3B | 5E | 0 | 3C | 2A | 8D | 59 | 1F |
| Octal | 11 | 225 | 73 | 136 | 0 | 74 | 52 | 215 | 131 | 37 |
| Binary | 1001 | 10010101 | 111011 | 1011110 | 0 | 111100 | 101010 | 10001101 | 1011001 | 11111 |
Color Harmonies of #09953B
Complementary color
Monochromatic Colors of #09953B
Black with #09953B
Text Example
Text Example
White with #09953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09953B; }
p { color: rgb(9,149,59); }
H1.HeaderClassName
{
color: #09953B;
}
.AnyTagClassName
{
color: #09953B;
}
</style>
background-color css
<style>
a { background-color: #09953B; }
a { background-color: rgb(9,149,59); }
div.DivClassName
{
background-color: #09953B;
}
.BgClassName
{
background-color: #09953B;
}
</style>
border-color css
<style>
span { border-color: #09953B; }
span { border-color: rgb(9,149,59); }
td.TdClassName
{
border-color: #09953B;
}
.TagClassName
{
border-color: #09953B;
}
</style>