Html Css Color HEX #9CDDAA Chinook

📋 copy color: '#9CDDAA'

red 156 ◦ green 221 ◦ blue 170

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

Shades of Chinook #9CDDAA

Tints of Chinook #9CDDAA

RGB

 RED value IS 156 (61.33% from 255) = 28.52%

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

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 28.52%
G = 40.4%
B = 31.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#9CDDAA (or 0x9CDDAA) is known color: Chinook. HEX triplet: 9C, DD and AA. RGB value is (156,221,170). Sum of RGB (Red+Green+Blue) = 156+221+170=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDDAA is #632255. Grayscale: #C3C3C3. Windows color (decimal): -6496854 or 11197852. OLE color: 11197852.

HSL color Cylindrical-coordinate representation of color #9CDDAA: hue angle of 132.92º degrees, saturation: 0.49, 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 #9CDDAA is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 221 170 -
CMYK 0.29 0 0.23 0.13
HSL 132.92º 0.49% 0.74% -
HSV(B) 132.92º 0.29% 0.87% -
XYZ 46.82 61.68 47.47 -
YUV 195.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 156 221 170 0.29 0 0.23 0.13 132.92 0.49 0.74
Hex 9C DD AA 1D 0 17 D 85 31 4A
Octal 234 335 252 35 0 27 15 205 61 112
Binary 10011100 11011101 10101010 11101 0 10111 1101 10000101 110001 1001010

Color Harmonies of #9CDDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDDAA

Black with #9CDDAA

Text Example


Text Example

White with #9CDDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,221,170); }

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

background-color css

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

 a { background-color: rgb(156,221,170); }

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

border-color css

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

 span { border-color: rgb(156,221,170); }

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