Html Css Color HEX #9DDCA6 Chinook

📋 copy color: '#9DDCA6'

red 157 ◦ green 220 ◦ blue 166

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

Shades of Chinook #9DDCA6

Tints of Chinook #9DDCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.52%

 BLUE value IS 166 (65.23% from 255) = 30.57%

R = 28.91%
G = 40.52%
B = 30.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#9DDCA6 (or 0x9DDCA6) is known color: Chinook. HEX triplet: 9D, DC and A6. RGB value is (157,220,166). Sum of RGB (Red+Green+Blue) = 157+220+166=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDCA6 is #622359. Grayscale: #C3C3C3. Windows color (decimal): -6431578 or 10935453. OLE color: 10935453.

HSL color Cylindrical-coordinate representation of color #9DDCA6: hue angle of 128.57º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCA6 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 220 166 -
CMYK 0.29 0 0.25 0.14
HSL 128.57º 0.47% 0.74% -
HSV(B) 128.57º 0.29% 0.86% -
XYZ 46.38 61.11 45.43 -
YUV 195.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 157 220 166 0.29 0 0.25 0.14 128.57 0.47 0.74
Hex 9D DC A6 1D 0 19 E 81 2F 4A
Octal 235 334 246 35 0 31 16 201 57 112
Binary 10011101 11011100 10100110 11101 0 11001 1110 10000001 101111 1001010

Color Harmonies of #9DDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDCA6

Black with #9DDCA6

Text Example


Text Example

White with #9DDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,220,166); }

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

background-color css

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

 a { background-color: rgb(157,220,166); }

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

border-color css

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

 span { border-color: rgb(157,220,166); }

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