Shades of Green Smoke #98AD4D
Tints of Green Smoke #98AD4D
RGB
CMYK
RGB Variations
Color information
#98AD4D (or 0x98AD4D) is known color: Green Smoke. HEX triplet: 98, AD and 4D. RGB value is (152,173,77). Sum of RGB (Red+Green+Blue) = 152+173+77=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AD4D is #6752B2. Grayscale: #9C9C9C. Windows color (decimal): -6771379 or 5090712. OLE color: 5090712.
HSL color Cylindrical-coordinate representation of color #98AD4D: hue angle of 73.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98AD4D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 77 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.32 |
| HSL | 73.13º | 0.38% | 0.49% | - |
| HSV(B) | 73.13º | 0.55% | 0.68% | - |
| XYZ | 29.23 | 37.1 | 12.64 | - |
| YUV | 155.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 77 | 0.12 | 0 | 0.55 | 0.32 | 73.13 | 0.38 | 0.49 |
| Hex | 98 | AD | 4D | C | 0 | 37 | 20 | 49 | 26 | 31 |
| Octal | 230 | 255 | 115 | 14 | 0 | 67 | 40 | 111 | 46 | 61 |
| Binary | 10011000 | 10101101 | 1001101 | 1100 | 0 | 110111 | 100000 | 1001001 | 100110 | 110001 |
Color Harmonies of #98AD4D
Complementary color
Monochromatic Colors of #98AD4D
Black with #98AD4D
Text Example
Text Example
White with #98AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD4D; }
p { color: rgb(152,173,77); }
H1.HeaderClassName
{
color: #98AD4D;
}
.AnyTagClassName
{
color: #98AD4D;
}
</style>
background-color css
<style>
a { background-color: #98AD4D; }
a { background-color: rgb(152,173,77); }
div.DivClassName
{
background-color: #98AD4D;
}
.BgClassName
{
background-color: #98AD4D;
}
</style>
border-color css
<style>
span { border-color: #98AD4D; }
span { border-color: rgb(152,173,77); }
td.TdClassName
{
border-color: #98AD4D;
}
.TagClassName
{
border-color: #98AD4D;
}
</style>