Html Css Color HEX #97D49E Chinook

📋 copy color: '#97D49E'

red 151 ◦ green 212 ◦ blue 158

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

Shades of Chinook #97D49E

Tints of Chinook #97D49E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.69%

 BLUE value IS 158 (62.11% from 255) = 30.33%

R = 28.98%
G = 40.69%
B = 30.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#97D49E (or 0x97D49E) is known color: Chinook. HEX triplet: 97, D4 and 9E. RGB value is (151,212,158). Sum of RGB (Red+Green+Blue) = 151+212+158=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #97D49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D49E is #682B61. Grayscale: #BBBBBB. Windows color (decimal): -6826850 or 10409111. OLE color: 10409111.

HSL color Cylindrical-coordinate representation of color #97D49E: hue angle of 126.89º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D49E is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 212 158 -
CMYK 0.29 0 0.25 0.17
HSL 126.89º 0.41% 0.71% -
HSV(B) 126.89º 0.29% 0.83% -
XYZ 42.48 56.13 40.94 -
YUV 187.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 151 212 158 0.29 0 0.25 0.17 126.89 0.41 0.71
Hex 97 D4 9E 1D 0 19 11 7F 29 47
Octal 227 324 236 35 0 31 21 177 51 107
Binary 10010111 11010100 10011110 11101 0 11001 10001 1111111 101001 1000111

Color Harmonies of #97D49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D49E

Black with #97D49E

Text Example


Text Example

White with #97D49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,212,158); }

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

background-color css

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

 a { background-color: rgb(151,212,158); }

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

border-color css

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

 span { border-color: rgb(151,212,158); }

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