Shades of Green Smoke #99AA58
Tints of Green Smoke #99AA58
RGB
CMYK
RGB Variations
Color information
#99AA58 (or 0x99AA58) is known color: Green Smoke. HEX triplet: 99, AA and 58. RGB value is (153,170,88). Sum of RGB (Red+Green+Blue) = 153+170+88=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA58 is #6655A7. Grayscale: #9B9B9B. Windows color (decimal): -6706600 or 5810841. OLE color: 5810841.
HSL color Cylindrical-coordinate representation of color #99AA58: hue angle of 72.44º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99AA58 is Cyan = 0.1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 88 | - |
| CMYK | 0.1 | 0 | 0.48 | 0.33 |
| HSL | 72.44º | 0.33% | 0.51% | - |
| HSV(B) | 72.44º | 0.48% | 0.67% | - |
| XYZ | 29.27 | 36.23 | 14.68 | - |
| YUV | 155.57 | 89.87 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 88 | 0.1 | 0 | 0.48 | 0.33 | 72.44 | 0.33 | 0.51 |
| Hex | 99 | AA | 58 | A | 0 | 30 | 21 | 48 | 21 | 33 |
| Octal | 231 | 252 | 130 | 12 | 0 | 60 | 41 | 110 | 41 | 63 |
| Binary | 10011001 | 10101010 | 1011000 | 1010 | 0 | 110000 | 100001 | 1001000 | 100001 | 110011 |
Color Harmonies of #99AA58
Complementary color
Monochromatic Colors of #99AA58
Black with #99AA58
Text Example
Text Example
White with #99AA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA58; }
p { color: rgb(153,170,88); }
H1.HeaderClassName
{
color: #99AA58;
}
.AnyTagClassName
{
color: #99AA58;
}
</style>
background-color css
<style>
a { background-color: #99AA58; }
a { background-color: rgb(153,170,88); }
div.DivClassName
{
background-color: #99AA58;
}
.BgClassName
{
background-color: #99AA58;
}
</style>
border-color css
<style>
span { border-color: #99AA58; }
span { border-color: rgb(153,170,88); }
td.TdClassName
{
border-color: #99AA58;
}
.TagClassName
{
border-color: #99AA58;
}
</style>