Shades of Pigment Green #099B34
Tints of Pigment Green #099B34
RGB
CMYK
RGB Variations
Color information
#099B34 (or 0x099B34) is known color: Pigment Green. HEX triplet: 09, 9B and 34. RGB value is (9,155,52). Sum of RGB (Red+Green+Blue) = 9+155+52=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 155 (60.94% from 255 or 71.76% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 155 - color contains mainly: green. Hex color #099B34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099B34 is #F664CB. Grayscale: #636363. Windows color (decimal): -16147660 or 3447561. OLE color: 3447561.
HSL color Cylindrical-coordinate representation of color #099B34: hue angle of 137.67º 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 #099B34 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 155 | 52 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.39 |
| HSL | 137.67º | 0.89% | 0.32% | - |
| HSV(B) | 137.67º | 0.94% | 0.61% | - |
| XYZ | 12.45 | 23.75 | 7.18 | - |
| YUV | 99.6 | 101.13 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 52 | 0.94 | 0 | 0.66 | 0.39 | 137.67 | 0.89 | 0.32 |
| Hex | 9 | 9B | 34 | 5E | 0 | 42 | 27 | 8A | 59 | 20 |
| Octal | 11 | 233 | 64 | 136 | 0 | 102 | 47 | 212 | 131 | 40 |
| Binary | 1001 | 10011011 | 110100 | 1011110 | 0 | 1000010 | 100111 | 10001010 | 1011001 | 100000 |
Color Harmonies of #099B34
Complementary color
Monochromatic Colors of #099B34
Black with #099B34
Text Example
Text Example
White with #099B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099B34; }
p { color: rgb(9,155,52); }
H1.HeaderClassName
{
color: #099B34;
}
.AnyTagClassName
{
color: #099B34;
}
</style>
background-color css
<style>
a { background-color: #099B34; }
a { background-color: rgb(9,155,52); }
div.DivClassName
{
background-color: #099B34;
}
.BgClassName
{
background-color: #099B34;
}
</style>
border-color css
<style>
span { border-color: #099B34; }
span { border-color: rgb(9,155,52); }
td.TdClassName
{
border-color: #099B34;
}
.TagClassName
{
border-color: #099B34;
}
</style>