Shades of Pigment Green #09933B
Tints of Pigment Green #09933B
RGB
CMYK
RGB Variations
Color information
#09933B (or 0x09933B) is known color: Pigment Green. HEX triplet: 09, 93 and 3B. RGB value is (9,147,59). Sum of RGB (Red+Green+Blue) = 9+147+59=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 147 (57.81% from 255 or 68.37% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 147 - color contains mainly: green. Hex color #09933B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09933B is #F66CC4. Grayscale: #5F5F5F. Windows color (decimal): -16149701 or 3904265. OLE color: 3904265.
HSL color Cylindrical-coordinate representation of color #09933B: hue angle of 141.74º degrees, saturation: 0.88, 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 #09933B is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 147 | 59 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.42 |
| HSL | 141.74º | 0.88% | 0.31% | - |
| HSV(B) | 141.74º | 0.94% | 0.58% | - |
| XYZ | 11.34 | 21.24 | 7.64 | - |
| YUV | 95.71 | 107.28 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 59 | 0.94 | 0 | 0.60 | 0.42 | 141.74 | 0.88 | 0.31 |
| Hex | 9 | 93 | 3B | 5E | 0 | 3C | 2A | 8E | 58 | 1F |
| Octal | 11 | 223 | 73 | 136 | 0 | 74 | 52 | 216 | 130 | 37 |
| Binary | 1001 | 10010011 | 111011 | 1011110 | 0 | 111100 | 101010 | 10001110 | 1011000 | 11111 |
Color Harmonies of #09933B
Complementary color
Monochromatic Colors of #09933B
Black with #09933B
Text Example
Text Example
White with #09933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09933B; }
p { color: rgb(9,147,59); }
H1.HeaderClassName
{
color: #09933B;
}
.AnyTagClassName
{
color: #09933B;
}
</style>
background-color css
<style>
a { background-color: #09933B; }
a { background-color: rgb(9,147,59); }
div.DivClassName
{
background-color: #09933B;
}
.BgClassName
{
background-color: #09933B;
}
</style>
border-color css
<style>
span { border-color: #09933B; }
span { border-color: rgb(9,147,59); }
td.TdClassName
{
border-color: #09933B;
}
.TagClassName
{
border-color: #09933B;
}
</style>