Shades of Pigment Green #099D3C
Tints of Pigment Green #099D3C
RGB
CMYK
RGB Variations
Color information
#099D3C (or 0x099D3C) is known color: Pigment Green. HEX triplet: 09, 9D and 3C. RGB value is (9,157,60). Sum of RGB (Red+Green+Blue) = 9+157+60=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 157 (61.72% from 255 or 69.47% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 157 - color contains mainly: green. Hex color #099D3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099D3C is #F662C3. Grayscale: #656565. Windows color (decimal): -16147140 or 3972361. OLE color: 3972361.
HSL color Cylindrical-coordinate representation of color #099D3C: hue angle of 140.68º 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 #099D3C is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 60 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.38 |
| HSL | 140.68º | 0.89% | 0.33% | - |
| HSV(B) | 140.68º | 0.94% | 0.62% | - |
| XYZ | 12.99 | 24.5 | 8.32 | - |
| YUV | 101.69 | 104.47 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 60 | 0.94 | 0 | 0.62 | 0.38 | 140.68 | 0.89 | 0.33 |
| Hex | 9 | 9D | 3C | 5E | 0 | 3E | 26 | 8D | 59 | 21 |
| Octal | 11 | 235 | 74 | 136 | 0 | 76 | 46 | 215 | 131 | 41 |
| Binary | 1001 | 10011101 | 111100 | 1011110 | 0 | 111110 | 100110 | 10001101 | 1011001 | 100001 |
Color Harmonies of #099D3C
Complementary color
Monochromatic Colors of #099D3C
Black with #099D3C
Text Example
Text Example
White with #099D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D3C; }
p { color: rgb(9,157,60); }
H1.HeaderClassName
{
color: #099D3C;
}
.AnyTagClassName
{
color: #099D3C;
}
</style>
background-color css
<style>
a { background-color: #099D3C; }
a { background-color: rgb(9,157,60); }
div.DivClassName
{
background-color: #099D3C;
}
.BgClassName
{
background-color: #099D3C;
}
</style>
border-color css
<style>
span { border-color: #099D3C; }
span { border-color: rgb(9,157,60); }
td.TdClassName
{
border-color: #099D3C;
}
.TagClassName
{
border-color: #099D3C;
}
</style>