Shades of Pigment Green #099D3B
Tints of Pigment Green #099D3B
RGB
CMYK
RGB Variations
Color information
#099D3B (or 0x099D3B) is known color: Pigment Green. HEX triplet: 09, 9D and 3B. RGB value is (9,157,59). Sum of RGB (Red+Green+Blue) = 9+157+59=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 157 (61.72% from 255 or 69.78% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 157 - color contains mainly: green. Hex color #099D3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099D3B is #F662C4. Grayscale: #656565. Windows color (decimal): -16147141 or 3906825. OLE color: 3906825.
HSL color Cylindrical-coordinate representation of color #099D3B: hue angle of 140.27º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099D3B is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 59 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.38 |
| HSL | 140.27º | 0.89% | 0.33% | - |
| HSV(B) | 140.27º | 0.94% | 0.62% | - |
| XYZ | 12.96 | 24.49 | 8.18 | - |
| YUV | 101.58 | 103.97 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 59 | 0.94 | 0 | 0.62 | 0.38 | 140.27 | 0.89 | 0.33 |
| Hex | 9 | 9D | 3B | 5E | 0 | 3E | 26 | 8C | 59 | 21 |
| Octal | 11 | 235 | 73 | 136 | 0 | 76 | 46 | 214 | 131 | 41 |
| Binary | 1001 | 10011101 | 111011 | 1011110 | 0 | 111110 | 100110 | 10001100 | 1011001 | 100001 |
Color Harmonies of #099D3B
Complementary color
Monochromatic Colors of #099D3B
Black with #099D3B
Text Example
Text Example
White with #099D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D3B; }
p { color: rgb(9,157,59); }
H1.HeaderClassName
{
color: #099D3B;
}
.AnyTagClassName
{
color: #099D3B;
}
</style>
background-color css
<style>
a { background-color: #099D3B; }
a { background-color: rgb(9,157,59); }
div.DivClassName
{
background-color: #099D3B;
}
.BgClassName
{
background-color: #099D3B;
}
</style>
border-color css
<style>
span { border-color: #099D3B; }
span { border-color: rgb(9,157,59); }
td.TdClassName
{
border-color: #099D3B;
}
.TagClassName
{
border-color: #099D3B;
}
</style>