Shades of Pigment Green #099B3E
Tints of Pigment Green #099B3E
RGB
CMYK
RGB Variations
Color information
#099B3E (or 0x099B3E) is known color: Pigment Green. HEX triplet: 09, 9B and 3E. RGB value is (9,155,62). Sum of RGB (Red+Green+Blue) = 9+155+62=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 155 (60.94% from 255 or 68.58% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 155 - color contains mainly: green. Hex color #099B3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099B3E is #F664C1. Grayscale: #646464. Windows color (decimal): -16147650 or 4102921. OLE color: 4102921.
HSL color Cylindrical-coordinate representation of color #099B3E: hue angle of 141.78º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099B3E is Cyan = 0.94, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 155 | 62 | - |
| CMYK | 0.94 | 0 | 0.6 | 0.39 |
| HSL | 141.78º | 0.89% | 0.32% | - |
| HSV(B) | 141.78º | 0.94% | 0.61% | - |
| XYZ | 12.7 | 23.85 | 8.49 | - |
| YUV | 100.74 | 106.13 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 62 | 0.94 | 0 | 0.6 | 0.39 | 141.78 | 0.89 | 0.32 |
| Hex | 9 | 9B | 3E | 5E | 0 | 3C | 27 | 8E | 59 | 20 |
| Octal | 11 | 233 | 76 | 136 | 0 | 74 | 47 | 216 | 131 | 40 |
| Binary | 1001 | 10011011 | 111110 | 1011110 | 0 | 111100 | 100111 | 10001110 | 1011001 | 100000 |
Color Harmonies of #099B3E
Complementary color
Monochromatic Colors of #099B3E
Black with #099B3E
Text Example
Text Example
White with #099B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099B3E; }
p { color: rgb(9,155,62); }
H1.HeaderClassName
{
color: #099B3E;
}
.AnyTagClassName
{
color: #099B3E;
}
</style>
background-color css
<style>
a { background-color: #099B3E; }
a { background-color: rgb(9,155,62); }
div.DivClassName
{
background-color: #099B3E;
}
.BgClassName
{
background-color: #099B3E;
}
</style>
border-color css
<style>
span { border-color: #099B3E; }
span { border-color: rgb(9,155,62); }
td.TdClassName
{
border-color: #099B3E;
}
.TagClassName
{
border-color: #099B3E;
}
</style>