Shades of Green Smoke #97AD4A
Tints of Green Smoke #97AD4A
RGB
CMYK
RGB Variations
Color information
#97AD4A (or 0x97AD4A) is known color: Green Smoke. HEX triplet: 97, AD and 4A. RGB value is (151,173,74). Sum of RGB (Red+Green+Blue) = 151+173+74=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AD4A is #6852B5. Grayscale: #9B9B9B. Windows color (decimal): -6836918 or 4894103. OLE color: 4894103.
HSL color Cylindrical-coordinate representation of color #97AD4A: hue angle of 73.33º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97AD4A is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 173 | 74 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.32 |
| HSL | 73.33º | 0.4% | 0.48% | - |
| HSV(B) | 73.33º | 0.57% | 0.68% | - |
| XYZ | 28.94 | 36.96 | 12.09 | - |
| YUV | 155.14 | 82.21 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 173 | 74 | 0.13 | 0 | 0.57 | 0.32 | 73.33 | 0.4 | 0.48 |
| Hex | 97 | AD | 4A | D | 0 | 39 | 20 | 49 | 28 | 30 |
| Octal | 227 | 255 | 112 | 15 | 0 | 71 | 40 | 111 | 50 | 60 |
| Binary | 10010111 | 10101101 | 1001010 | 1101 | 0 | 111001 | 100000 | 1001001 | 101000 | 110000 |
Color Harmonies of #97AD4A
Complementary color
Monochromatic Colors of #97AD4A
Black with #97AD4A
Text Example
Text Example
White with #97AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AD4A; }
p { color: rgb(151,173,74); }
H1.HeaderClassName
{
color: #97AD4A;
}
.AnyTagClassName
{
color: #97AD4A;
}
</style>
background-color css
<style>
a { background-color: #97AD4A; }
a { background-color: rgb(151,173,74); }
div.DivClassName
{
background-color: #97AD4A;
}
.BgClassName
{
background-color: #97AD4A;
}
</style>
border-color css
<style>
span { border-color: #97AD4A; }
span { border-color: rgb(151,173,74); }
td.TdClassName
{
border-color: #97AD4A;
}
.TagClassName
{
border-color: #97AD4A;
}
</style>