Html Css Color HEX #9DCDA4 Chinook

📋 copy color: '#9DCDA4'

red 157 ◦ green 205 ◦ blue 164

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

Shades of Chinook #9DCDA4

Tints of Chinook #9DCDA4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.97%

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

R = 29.85%
G = 38.97%
B = 31.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.2

 K value IS 0.20

RGB Variations

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

Color information

#9DCDA4 (or 0x9DCDA4) is known color: Chinook. HEX triplet: 9D, CD and A4. RGB value is (157,205,164). Sum of RGB (Red+Green+Blue) = 157+205+164=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDA4 is #62325B. Grayscale: #BABABA. Windows color (decimal): -6435420 or 10800541. OLE color: 10800541.

HSL color Cylindrical-coordinate representation of color #9DCDA4: hue angle of 128.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCDA4 is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 164 -
CMYK 0.23 0 0.2 0.20
HSL 128.75º 0.32% 0.71% -
HSV(B) 128.75º 0.23% 0.8% -
XYZ 42.44 53.51 43.21 -
YUV 185.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 157 205 164 0.23 0 0.2 0.20 128.75 0.32 0.71
Hex 9D CD A4 17 0 14 14 81 20 47
Octal 235 315 244 27 0 24 24 201 40 107
Binary 10011101 11001101 10100100 10111 0 10100 10100 10000001 100000 1000111

Color Harmonies of #9DCDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCDA4

Black with #9DCDA4

Text Example


Text Example

White with #9DCDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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