#97AA50

Color #97AA50 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #97AA50

Tints of Green Smoke #97AA50

Color information

#97AA50 (or 0x97AA50) is unknown color: approx Green Smoke. HEX triplet: 97, AA and 50. RGB value is (151,170,80). Sum of RGB (Red+Green+Blue) = 151+170+80=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AA50 is #6855AF. Grayscale: #9A9A9A. Windows color (decimal): -6837680 or 5286551. OLE color: 5286551.

HSL color Cylindrical-coordinate representation of color #97AA50: hue angle of 72.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #97AA50 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB15117080-
CMYK0.1100.530.33
HSL72.67º36%49.02%-
HSV(B)72.67º52.94%66.67%-
XYZ28.5935.9113.01-
YUV154.0686.21125.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 37.66%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 80 (31.64% from 255) = 19.95%
R=37.66%
G=42.39%
B=19.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151170800.1100.530.3372.673649.02
Hex97AA50B03521492431
Octal22725212013065411114461
Binary10010111101010101010000101101101011000011001001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97AA50; }

 p { color: rgb(151,170,80); }

 H1.HeaderClassName
 {
   color: #97AA50;
 }
 .AnyTagClassName
 {
   color: #97AA50;
 }
</style>
background-color css

<style>
 a { background-color: #97AA50; }

 a { background-color: rgb(151,170,80); }

 div.DivClassName
 {
   background-color: #97AA50;
 }
 .BgClassName
 {
   background-color: #97AA50;
 }
</style>
border-color css

<style>
 span { border-color: #97AA50; }

 span { border-color: rgb(151,170,80); }

 td.TdClassName
 {
   border-color: #97AA50;
 }
 .TagClassName
 {
   border-color: #97AA50;
 }
</style>