Html Css Color HEX #9DDDA4 Chinook

📋 copy color: '#9DDDA4'

red 157 ◦ green 221 ◦ blue 164

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

Shades of Chinook #9DDDA4

Tints of Chinook #9DDDA4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.77%

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

R = 28.97%
G = 40.77%
B = 30.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#9DDDA4 (or 0x9DDDA4) is known color: Chinook. HEX triplet: 9D, DD and A4. RGB value is (157,221,164). Sum of RGB (Red+Green+Blue) = 157+221+164=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDDA4 is #62225B. Grayscale: #C3C3C3. Windows color (decimal): -6431324 or 10804637. OLE color: 10804637.

HSL color Cylindrical-coordinate representation of color #9DDDA4: hue angle of 126.56º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDDA4 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 164 -
CMYK 0.29 0 0.26 0.13
HSL 126.56º 0.48% 0.74% -
HSV(B) 126.56º 0.29% 0.87% -
XYZ 46.46 61.56 44.56 -
YUV 195.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 157 221 164 0.29 0 0.26 0.13 126.56 0.48 0.74
Hex 9D DD A4 1D 0 1A D 7F 30 4A
Octal 235 335 244 35 0 32 15 177 60 112
Binary 10011101 11011101 10100100 11101 0 11010 1101 1111111 110000 1001010

Color Harmonies of #9DDDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDDA4

Black with #9DDDA4

Text Example


Text Example

White with #9DDDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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