Shades of Pigment Green #09934C
Tints of Pigment Green #09934C
RGB
CMYK
RGB Variations
Color information
#09934C (or 0x09934C) is known color: Pigment Green. HEX triplet: 09, 93 and 4C. RGB value is (9,147,76). Sum of RGB (Red+Green+Blue) = 9+147+76=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 147 (57.81% from 255 or 63.36% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 147 - color contains mainly: green. Hex color #09934C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09934C is #F66CB3. Grayscale: #616161. Windows color (decimal): -16149684 or 5018377. OLE color: 5018377.
HSL color Cylindrical-coordinate representation of color #09934C: hue angle of 149.13º 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 #09934C is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 147 | 76 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.42 |
| HSL | 149.13º | 0.88% | 0.31% | - |
| HSV(B) | 149.13º | 0.94% | 0.58% | - |
| XYZ | 11.85 | 21.45 | 10.35 | - |
| YUV | 97.64 | 115.78 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 76 | 0.94 | 0 | 0.48 | 0.42 | 149.13 | 0.88 | 0.31 |
| Hex | 9 | 93 | 4C | 5E | 0 | 30 | 2A | 95 | 58 | 1F |
| Octal | 11 | 223 | 114 | 136 | 0 | 60 | 52 | 225 | 130 | 37 |
| Binary | 1001 | 10010011 | 1001100 | 1011110 | 0 | 110000 | 101010 | 10010101 | 1011000 | 11111 |
Color Harmonies of #09934C
Complementary color
Monochromatic Colors of #09934C
Black with #09934C
Text Example
Text Example
White with #09934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09934C; }
p { color: rgb(9,147,76); }
H1.HeaderClassName
{
color: #09934C;
}
.AnyTagClassName
{
color: #09934C;
}
</style>
background-color css
<style>
a { background-color: #09934C; }
a { background-color: rgb(9,147,76); }
div.DivClassName
{
background-color: #09934C;
}
.BgClassName
{
background-color: #09934C;
}
</style>
border-color css
<style>
span { border-color: #09934C; }
span { border-color: rgb(9,147,76); }
td.TdClassName
{
border-color: #09934C;
}
.TagClassName
{
border-color: #09934C;
}
</style>