Shades of Pigment Green #099D4B
Tints of Pigment Green #099D4B
RGB
CMYK
RGB Variations
Color information
#099D4B (or 0x099D4B) is known color: Pigment Green. HEX triplet: 09, 9D and 4B. RGB value is (9,157,75). Sum of RGB (Red+Green+Blue) = 9+157+75=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 157 (61.72% from 255 or 65.15% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 157 - color contains mainly: green. Hex color #099D4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099D4B is #F662B4. Grayscale: #676767. Windows color (decimal): -16147125 or 4955401. OLE color: 4955401.
HSL color Cylindrical-coordinate representation of color #099D4B: hue angle of 146.76º 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 #099D4B is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 75 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.38 |
| HSL | 146.76º | 0.89% | 0.33% | - |
| HSV(B) | 146.76º | 0.94% | 0.62% | - |
| XYZ | 13.44 | 24.68 | 10.71 | - |
| YUV | 103.4 | 111.97 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 75 | 0.94 | 0 | 0.52 | 0.38 | 146.76 | 0.89 | 0.33 |
| Hex | 9 | 9D | 4B | 5E | 0 | 34 | 26 | 93 | 59 | 21 |
| Octal | 11 | 235 | 113 | 136 | 0 | 64 | 46 | 223 | 131 | 41 |
| Binary | 1001 | 10011101 | 1001011 | 1011110 | 0 | 110100 | 100110 | 10010011 | 1011001 | 100001 |
Color Harmonies of #099D4B
Complementary color
Monochromatic Colors of #099D4B
Black with #099D4B
Text Example
Text Example
White with #099D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D4B; }
p { color: rgb(9,157,75); }
H1.HeaderClassName
{
color: #099D4B;
}
.AnyTagClassName
{
color: #099D4B;
}
</style>
background-color css
<style>
a { background-color: #099D4B; }
a { background-color: rgb(9,157,75); }
div.DivClassName
{
background-color: #099D4B;
}
.BgClassName
{
background-color: #099D4B;
}
</style>
border-color css
<style>
span { border-color: #099D4B; }
span { border-color: rgb(9,157,75); }
td.TdClassName
{
border-color: #099D4B;
}
.TagClassName
{
border-color: #099D4B;
}
</style>