Html Css Color HEX #97ADA0 Summer Green

📋 copy color: '#97ADA0'

red 151 ◦ green 173 ◦ blue 160

#97ADA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Green #97ADA0

Tints of Summer Green #97ADA0

RGB

 RED value IS 151 (59.38% from 255) = 31.2%

 GREEN value IS 173 (67.97% from 255) = 35.74%

 BLUE value IS 160 (62.89% from 255) = 33.06%

R = 31.2%
G = 35.74%
B = 33.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#97ADA0 (or 0x97ADA0) is known color: Summer Green. HEX triplet: 97, AD and A0. RGB value is (151,173,160). Sum of RGB (Red+Green+Blue) = 151+173+160=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #97ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ADA0 is #68525F. Grayscale: #A4A4A4. Windows color (decimal): -6836832 or 10530199. OLE color: 10530199.

HSL color Cylindrical-coordinate representation of color #97ADA0: hue angle of 144.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97ADA0 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 173 160 -
CMYK 0.13 0 0.08 0.32
HSL 144.55º 0.12% 0.64% -
HSV(B) 144.55º 0.13% 0.68% -
XYZ 34.05 39 38.99 -
YUV 164.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 151 173 160 0.13 0 0.08 0.32 144.55 0.12 0.64
Hex 97 AD A0 D 0 8 20 91 C 40
Octal 227 255 240 15 0 10 40 221 14 100
Binary 10010111 10101101 10100000 1101 0 1000 100000 10010001 1100 1000000

Color Harmonies of #97ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ADA0

Black with #97ADA0

Text Example


Text Example

White with #97ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,173,160); }

 H1.HeaderClassName
 {
   color: #97ADA0;
 }
 .AnyTagClassName
 {
   color: #97ADA0;
 }
</style>

background-color css

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

 a { background-color: rgb(151,173,160); }

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

border-color css

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

 span { border-color: rgb(151,173,160); }

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