Shades of Pigment Green #099542
Tints of Pigment Green #099542
RGB
CMYK
RGB Variations
Color information
#099542 (or 0x099542) is known color: Pigment Green. HEX triplet: 09, 95 and 42. RGB value is (9,149,66). Sum of RGB (Red+Green+Blue) = 9+149+66=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #099542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099542 is #F66ABD. Grayscale: #616161. Windows color (decimal): -16149182 or 4363529. OLE color: 4363529.
HSL color Cylindrical-coordinate representation of color #099542: hue angle of 144.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 #099542 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 149 | 66 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.42 |
| HSL | 144.43º | 0.89% | 0.31% | - |
| HSV(B) | 144.43º | 0.94% | 0.58% | - |
| XYZ | 11.84 | 21.95 | 8.77 | - |
| YUV | 97.68 | 110.12 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 66 | 0.94 | 0 | 0.56 | 0.42 | 144.43 | 0.89 | 0.31 |
| Hex | 9 | 95 | 42 | 5E | 0 | 38 | 2A | 90 | 59 | 1F |
| Octal | 11 | 225 | 102 | 136 | 0 | 70 | 52 | 220 | 131 | 37 |
| Binary | 1001 | 10010101 | 1000010 | 1011110 | 0 | 111000 | 101010 | 10010000 | 1011001 | 11111 |
Color Harmonies of #099542
Complementary color
Monochromatic Colors of #099542
Black with #099542
Text Example
Text Example
White with #099542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099542; }
p { color: rgb(9,149,66); }
H1.HeaderClassName
{
color: #099542;
}
.AnyTagClassName
{
color: #099542;
}
</style>
background-color css
<style>
a { background-color: #099542; }
a { background-color: rgb(9,149,66); }
div.DivClassName
{
background-color: #099542;
}
.BgClassName
{
background-color: #099542;
}
</style>
border-color css
<style>
span { border-color: #099542; }
span { border-color: rgb(9,149,66); }
td.TdClassName
{
border-color: #099542;
}
.TagClassName
{
border-color: #099542;
}
</style>