Html Css Color HEX #9DD4A9 Chinook

📋 copy color: '#9DD4A9'

red 157 ◦ green 212 ◦ blue 169

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

Shades of Chinook #9DD4A9

Tints of Chinook #9DD4A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.41%

R = 29.18%
G = 39.41%
B = 31.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#9DD4A9 (or 0x9DD4A9) is known color: Chinook. HEX triplet: 9D, D4 and A9. RGB value is (157,212,169). Sum of RGB (Red+Green+Blue) = 157+212+169=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD4A9 is #622B56. Grayscale: #BEBEBE. Windows color (decimal): -6433623 or 11130013. OLE color: 11130013.

HSL color Cylindrical-coordinate representation of color #9DD4A9: hue angle of 133.09º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD4A9 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 212 169 -
CMYK 0.26 0 0.20 0.17
HSL 133.09º 0.39% 0.72% -
HSV(B) 133.09º 0.26% 0.83% -
XYZ 44.61 57.12 46.21 -
YUV 190.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 157 212 169 0.26 0 0.20 0.17 133.09 0.39 0.72
Hex 9D D4 A9 1A 0 14 11 85 27 48
Octal 235 324 251 32 0 24 21 205 47 110
Binary 10011101 11010100 10101001 11010 0 10100 10001 10000101 100111 1001000

Color Harmonies of #9DD4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD4A9

Black with #9DD4A9

Text Example


Text Example

White with #9DD4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,212,169); }

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

background-color css

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

 a { background-color: rgb(157,212,169); }

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

border-color css

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

 span { border-color: rgb(157,212,169); }

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