Shades of Green Smoke #99A24F
Tints of Green Smoke #99A24F
RGB
CMYK
RGB Variations
Color information
#99A24F (or 0x99A24F) is known color: Green Smoke. HEX triplet: 99, A2 and 4F. RGB value is (153,162,79). Sum of RGB (Red+Green+Blue) = 153+162+79=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #99A24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A24F is #665DB0. Grayscale: #969696. Windows color (decimal): -6708657 or 5218969. OLE color: 5218969.
HSL color Cylindrical-coordinate representation of color #99A24F: hue angle of 66.51º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99A24F is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 79 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.36 |
| HSL | 66.51º | 0.34% | 0.47% | - |
| HSV(B) | 66.51º | 0.51% | 0.64% | - |
| XYZ | 27.47 | 33.18 | 12.35 | - |
| YUV | 149.85 | 88.02 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 79 | 0.06 | 0 | 0.51 | 0.36 | 66.51 | 0.34 | 0.47 |
| Hex | 99 | A2 | 4F | 6 | 0 | 33 | 24 | 43 | 22 | 2F |
| Octal | 231 | 242 | 117 | 6 | 0 | 63 | 44 | 103 | 42 | 57 |
| Binary | 10011001 | 10100010 | 1001111 | 110 | 0 | 110011 | 100100 | 1000011 | 100010 | 101111 |
Color Harmonies of #99A24F
Complementary color
Monochromatic Colors of #99A24F
Black with #99A24F
Text Example
Text Example
White with #99A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A24F; }
p { color: rgb(153,162,79); }
H1.HeaderClassName
{
color: #99A24F;
}
.AnyTagClassName
{
color: #99A24F;
}
</style>
background-color css
<style>
a { background-color: #99A24F; }
a { background-color: rgb(153,162,79); }
div.DivClassName
{
background-color: #99A24F;
}
.BgClassName
{
background-color: #99A24F;
}
</style>
border-color css
<style>
span { border-color: #99A24F; }
span { border-color: rgb(153,162,79); }
td.TdClassName
{
border-color: #99A24F;
}
.TagClassName
{
border-color: #99A24F;
}
</style>