Shades of Pigment Green #099338
Tints of Pigment Green #099338
RGB
CMYK
RGB Variations
Color information
#099338 (or 0x099338) is known color: Pigment Green. HEX triplet: 09, 93 and 38. RGB value is (9,147,56). Sum of RGB (Red+Green+Blue) = 9+147+56=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 147 (57.81% from 255 or 69.34% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 147 - color contains mainly: green. Hex color #099338 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099338 is #F66CC7. Grayscale: #5F5F5F. Windows color (decimal): -16149704 or 3707657. OLE color: 3707657.
HSL color Cylindrical-coordinate representation of color #099338: hue angle of 140.43º 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 #099338 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 147 | 56 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.42 |
| HSL | 140.43º | 0.88% | 0.31% | - |
| HSV(B) | 140.43º | 0.94% | 0.58% | - |
| XYZ | 11.26 | 21.21 | 7.24 | - |
| YUV | 95.36 | 105.78 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 56 | 0.94 | 0 | 0.62 | 0.42 | 140.43 | 0.88 | 0.31 |
| Hex | 9 | 93 | 38 | 5E | 0 | 3E | 2A | 8C | 58 | 1F |
| Octal | 11 | 223 | 70 | 136 | 0 | 76 | 52 | 214 | 130 | 37 |
| Binary | 1001 | 10010011 | 111000 | 1011110 | 0 | 111110 | 101010 | 10001100 | 1011000 | 11111 |
Color Harmonies of #099338
Complementary color
Monochromatic Colors of #099338
Black with #099338
Text Example
Text Example
White with #099338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099338; }
p { color: rgb(9,147,56); }
H1.HeaderClassName
{
color: #099338;
}
.AnyTagClassName
{
color: #099338;
}
</style>
background-color css
<style>
a { background-color: #099338; }
a { background-color: rgb(9,147,56); }
div.DivClassName
{
background-color: #099338;
}
.BgClassName
{
background-color: #099338;
}
</style>
border-color css
<style>
span { border-color: #099338; }
span { border-color: rgb(9,147,56); }
td.TdClassName
{
border-color: #099338;
}
.TagClassName
{
border-color: #099338;
}
</style>