Shades of Green Smoke #98A848
Tints of Green Smoke #98A848
RGB
CMYK
RGB Variations
Color information
#98A848 (or 0x98A848) is known color: Green Smoke. HEX triplet: 98, A8 and 48. RGB value is (152,168,72). Sum of RGB (Red+Green+Blue) = 152+168+72=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 168 - color contains mainly: green. Hex color #98A848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A848 is #6757B7. Grayscale: #989898. Windows color (decimal): -6772664 or 4761752. OLE color: 4761752.
HSL color Cylindrical-coordinate representation of color #98A848: hue angle of 70º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98A848 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 168 | 72 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.34 |
| HSL | 70º | 0.4% | 0.47% | - |
| HSV(B) | 70º | 0.57% | 0.66% | - |
| XYZ | 28.12 | 35.15 | 11.43 | - |
| YUV | 152.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 72 | 0.10 | 0 | 0.57 | 0.34 | 70 | 0.4 | 0.47 |
| Hex | 98 | A8 | 48 | A | 0 | 39 | 22 | 46 | 28 | 2F |
| Octal | 230 | 250 | 110 | 12 | 0 | 71 | 42 | 106 | 50 | 57 |
| Binary | 10011000 | 10101000 | 1001000 | 1010 | 0 | 111001 | 100010 | 1000110 | 101000 | 101111 |
Color Harmonies of #98A848
Complementary color
Monochromatic Colors of #98A848
Black with #98A848
Text Example
Text Example
White with #98A848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A848; }
p { color: rgb(152,168,72); }
H1.HeaderClassName
{
color: #98A848;
}
.AnyTagClassName
{
color: #98A848;
}
</style>
background-color css
<style>
a { background-color: #98A848; }
a { background-color: rgb(152,168,72); }
div.DivClassName
{
background-color: #98A848;
}
.BgClassName
{
background-color: #98A848;
}
</style>
border-color css
<style>
span { border-color: #98A848; }
span { border-color: rgb(152,168,72); }
td.TdClassName
{
border-color: #98A848;
}
.TagClassName
{
border-color: #98A848;
}
</style>