Shades of Green Smoke #99A248
Tints of Green Smoke #99A248
RGB
CMYK
RGB Variations
Color information
#99A248 (or 0x99A248) is known color: Green Smoke. HEX triplet: 99, A2 and 48. RGB value is (153,162,72). Sum of RGB (Red+Green+Blue) = 153+162+72=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #99A248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A248 is #665DB7. Grayscale: #959595. Windows color (decimal): -6708664 or 4760217. OLE color: 4760217.
HSL color Cylindrical-coordinate representation of color #99A248: hue angle of 66º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99A248 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 72 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.36 |
| HSL | 66º | 0.38% | 0.46% | - |
| HSV(B) | 66º | 0.56% | 0.64% | - |
| XYZ | 27.23 | 33.08 | 11.08 | - |
| YUV | 149.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 72 | 0.06 | 0 | 0.56 | 0.36 | 66 | 0.38 | 0.46 |
| Hex | 99 | A2 | 48 | 6 | 0 | 38 | 24 | 42 | 26 | 2E |
| Octal | 231 | 242 | 110 | 6 | 0 | 70 | 44 | 102 | 46 | 56 |
| Binary | 10011001 | 10100010 | 1001000 | 110 | 0 | 111000 | 100100 | 1000010 | 100110 | 101110 |
Color Harmonies of #99A248
Complementary color
Monochromatic Colors of #99A248
Black with #99A248
Text Example
Text Example
White with #99A248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A248; }
p { color: rgb(153,162,72); }
H1.HeaderClassName
{
color: #99A248;
}
.AnyTagClassName
{
color: #99A248;
}
</style>
background-color css
<style>
a { background-color: #99A248; }
a { background-color: rgb(153,162,72); }
div.DivClassName
{
background-color: #99A248;
}
.BgClassName
{
background-color: #99A248;
}
</style>
border-color css
<style>
span { border-color: #99A248; }
span { border-color: rgb(153,162,72); }
td.TdClassName
{
border-color: #99A248;
}
.TagClassName
{
border-color: #99A248;
}
</style>