Html Css Color HEX #9DD5A4 Chinook

📋 copy color: '#9DD5A4'

red 157 ◦ green 213 ◦ blue 164

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

Shades of Chinook #9DD5A4

Tints of Chinook #9DD5A4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.89%

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

R = 29.4%
G = 39.89%
B = 30.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#9DD5A4 (or 0x9DD5A4) is known color: Chinook. HEX triplet: 9D, D5 and A4. RGB value is (157,213,164). Sum of RGB (Red+Green+Blue) = 157+213+164=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD5A4 is #622A5B. Grayscale: #BEBEBE. Windows color (decimal): -6433372 or 10802589. OLE color: 10802589.

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

Color convert

RGB 157 213 164 -
CMYK 0.26 0 0.23 0.16
HSL 127.5º 0.4% 0.73% -
HSV(B) 127.5º 0.26% 0.84% -
XYZ 44.4 57.44 43.87 -
YUV 190.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 157 213 164 0.26 0 0.23 0.16 127.5 0.4 0.73
Hex 9D D5 A4 1A 0 17 10 80 28 49
Octal 235 325 244 32 0 27 20 200 50 111
Binary 10011101 11010101 10100100 11010 0 10111 10000 10000000 101000 1001001

Color Harmonies of #9DD5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD5A4

Black with #9DD5A4

Text Example


Text Example

White with #9DD5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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