Shades of Pigment Green #099D55
Tints of Pigment Green #099D55
RGB
CMYK
RGB Variations
Color information
#099D55 (or 0x099D55) is known color: Pigment Green. HEX triplet: 09, 9D and 55. RGB value is (9,157,85). Sum of RGB (Red+Green+Blue) = 9+157+85=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 157 (61.72% from 255 or 62.55% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 157 - color contains mainly: green. Hex color #099D55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099D55 is #F662AA. Grayscale: #686868. Windows color (decimal): -16147115 or 5610761. OLE color: 5610761.
HSL color Cylindrical-coordinate representation of color #099D55: hue angle of 150.81º 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 #099D55 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 85 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.38 |
| HSL | 150.81º | 0.89% | 0.33% | - |
| HSV(B) | 150.81º | 0.94% | 0.62% | - |
| XYZ | 13.81 | 24.83 | 12.66 | - |
| YUV | 104.54 | 116.97 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 85 | 0.94 | 0 | 0.46 | 0.38 | 150.81 | 0.89 | 0.33 |
| Hex | 9 | 9D | 55 | 5E | 0 | 2E | 26 | 97 | 59 | 21 |
| Octal | 11 | 235 | 125 | 136 | 0 | 56 | 46 | 227 | 131 | 41 |
| Binary | 1001 | 10011101 | 1010101 | 1011110 | 0 | 101110 | 100110 | 10010111 | 1011001 | 100001 |
Color Harmonies of #099D55
Complementary color
Monochromatic Colors of #099D55
Black with #099D55
Text Example
Text Example
White with #099D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D55; }
p { color: rgb(9,157,85); }
H1.HeaderClassName
{
color: #099D55;
}
.AnyTagClassName
{
color: #099D55;
}
</style>
background-color css
<style>
a { background-color: #099D55; }
a { background-color: rgb(9,157,85); }
div.DivClassName
{
background-color: #099D55;
}
.BgClassName
{
background-color: #099D55;
}
</style>
border-color css
<style>
span { border-color: #099D55; }
span { border-color: rgb(9,157,85); }
td.TdClassName
{
border-color: #099D55;
}
.TagClassName
{
border-color: #099D55;
}
</style>