Shades of Pigment Green #099534
Tints of Pigment Green #099534
RGB
CMYK
RGB Variations
Color information
#099534 (or 0x099534) is known color: Pigment Green. HEX triplet: 09, 95 and 34. RGB value is (9,149,52). Sum of RGB (Red+Green+Blue) = 9+149+52=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #099534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099534 is #F66ACB. Grayscale: #606060. Windows color (decimal): -16149196 or 3446025. OLE color: 3446025.
HSL color Cylindrical-coordinate representation of color #099534: hue angle of 138.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 #099534 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 149 | 52 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.42 |
| HSL | 138.43º | 0.89% | 0.31% | - |
| HSV(B) | 138.43º | 0.94% | 0.58% | - |
| XYZ | 11.48 | 21.8 | 6.85 | - |
| YUV | 96.08 | 103.12 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 52 | 0.94 | 0 | 0.65 | 0.42 | 138.43 | 0.89 | 0.31 |
| Hex | 9 | 95 | 34 | 5E | 0 | 41 | 2A | 8A | 59 | 1F |
| Octal | 11 | 225 | 64 | 136 | 0 | 101 | 52 | 212 | 131 | 37 |
| Binary | 1001 | 10010101 | 110100 | 1011110 | 0 | 1000001 | 101010 | 10001010 | 1011001 | 11111 |
Color Harmonies of #099534
Complementary color
Monochromatic Colors of #099534
Black with #099534
Text Example
Text Example
White with #099534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099534; }
p { color: rgb(9,149,52); }
H1.HeaderClassName
{
color: #099534;
}
.AnyTagClassName
{
color: #099534;
}
</style>
background-color css
<style>
a { background-color: #099534; }
a { background-color: rgb(9,149,52); }
div.DivClassName
{
background-color: #099534;
}
.BgClassName
{
background-color: #099534;
}
</style>
border-color css
<style>
span { border-color: #099534; }
span { border-color: rgb(9,149,52); }
td.TdClassName
{
border-color: #099534;
}
.TagClassName
{
border-color: #099534;
}
</style>