#97E1A5

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

Shades of Chinook #97E1A5

Tints of Chinook #97E1A5

Color information

#97E1A5 (or 0x97E1A5) is unknown color: approx Chinook. HEX triplet: 97, E1 and A5. RGB value is (151,225,165). Sum of RGB (Red+Green+Blue) = 151+225+165=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #97E1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E1A5 is #681E5A. Grayscale: #C4C4C4. Windows color (decimal): -6823515 or 10871191. OLE color: 10871191.

HSL color Cylindrical-coordinate representation of color #97E1A5: hue angle of 131.35º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97E1A5 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB151225165-
CMYK0.3300.270.12
HSL131.35º55.22%73.73%-
HSV(B)131.35º32.89%88.24%-
XYZ46.4863.1545.34-
YUV196.03110.4895.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.91%
GREEN value IS 225 (88.28% from 255) = 41.59%
BLUE value IS 165 (64.84% from 255) = 30.50%
R=27.91%
G=41.59%
B=30.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1512251650.3300.270.12131.3555.2273.73
Hex97E1A52101BC83374a
Octal227341245410331420367112
Binary1001011111100001101001011000010110111100100000111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,225,165); }

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

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

 a { background-color: rgb(151,225,165); }

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

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

 span { border-color: rgb(151,225,165); }

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