Html Css Color HEX #9DD6A4 Chinook

📋 copy color: '#9DD6A4'

red 157 ◦ green 214 ◦ blue 164

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

Shades of Chinook #9DD6A4

Tints of Chinook #9DD6A4

RGB

 RED value IS 157 (61.72% from 255) = 29.35%

 GREEN value IS 214 (83.98% from 255) = 40%

 BLUE value IS 164 (64.45% from 255) = 30.65%

R = 29.35%
G = 40%
B = 30.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#9DD6A4 (or 0x9DD6A4) is known color: Chinook. HEX triplet: 9D, D6 and A4. RGB value is (157,214,164). Sum of RGB (Red+Green+Blue) = 157+214+164=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD6A4 is #62295B. Grayscale: #BFBFBF. Windows color (decimal): -6433116 or 10802845. OLE color: 10802845.

HSL color Cylindrical-coordinate representation of color #9DD6A4: hue angle of 127.37º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD6A4 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 214 164 -
CMYK 0.27 0 0.23 0.16
HSL 127.37º 0.41% 0.73% -
HSV(B) 127.37º 0.27% 0.84% -
XYZ 44.65 57.94 43.95 -
YUV 191.26 112.62 103.57 -
System Red Green Blue C M Y K H S L
Decimal 157 214 164 0.27 0 0.23 0.16 127.37 0.41 0.73
Hex 9D D6 A4 1B 0 17 10 7F 29 49
Octal 235 326 244 33 0 27 20 177 51 111
Binary 10011101 11010110 10100100 11011 0 10111 10000 1111111 101001 1001001

Color Harmonies of #9DD6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD6A4

Black with #9DD6A4

Text Example


Text Example

White with #9DD6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DD6A4; }

 p { color: rgb(157,214,164); }

 H1.HeaderClassName
 {
   color: #9DD6A4;
 }
 .AnyTagClassName
 {
   color: #9DD6A4;
 }
</style>

background-color css

<style>
 a { background-color: #9DD6A4; }

 a { background-color: rgb(157,214,164); }

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

border-color css

<style>
 span { border-color: #9DD6A4; }

 span { border-color: rgb(157,214,164); }

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