Shades of Pigment Green #099D4C
Tints of Pigment Green #099D4C
RGB
CMYK
RGB Variations
Color information
#099D4C (or 0x099D4C) is known color: Pigment Green. HEX triplet: 09, 9D and 4C. RGB value is (9,157,76). Sum of RGB (Red+Green+Blue) = 9+157+76=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 157 (61.72% from 255 or 64.88% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 157 - color contains mainly: green. Hex color #099D4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099D4C is #F662B3. Grayscale: #676767. Windows color (decimal): -16147124 or 5020937. OLE color: 5020937.
HSL color Cylindrical-coordinate representation of color #099D4C: hue angle of 147.16º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099D4C is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 76 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.38 |
| HSL | 147.16º | 0.89% | 0.33% | - |
| HSV(B) | 147.16º | 0.94% | 0.62% | - |
| XYZ | 13.47 | 24.69 | 10.89 | - |
| YUV | 103.51 | 112.47 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 76 | 0.94 | 0 | 0.52 | 0.38 | 147.16 | 0.89 | 0.33 |
| Hex | 9 | 9D | 4C | 5E | 0 | 34 | 26 | 93 | 59 | 21 |
| Octal | 11 | 235 | 114 | 136 | 0 | 64 | 46 | 223 | 131 | 41 |
| Binary | 1001 | 10011101 | 1001100 | 1011110 | 0 | 110100 | 100110 | 10010011 | 1011001 | 100001 |
Color Harmonies of #099D4C
Complementary color
Monochromatic Colors of #099D4C
Black with #099D4C
Text Example
Text Example
White with #099D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D4C; }
p { color: rgb(9,157,76); }
H1.HeaderClassName
{
color: #099D4C;
}
.AnyTagClassName
{
color: #099D4C;
}
</style>
background-color css
<style>
a { background-color: #099D4C; }
a { background-color: rgb(9,157,76); }
div.DivClassName
{
background-color: #099D4C;
}
.BgClassName
{
background-color: #099D4C;
}
</style>
border-color css
<style>
span { border-color: #099D4C; }
span { border-color: rgb(9,157,76); }
td.TdClassName
{
border-color: #099D4C;
}
.TagClassName
{
border-color: #099D4C;
}
</style>