Html Css Color HEX #9CDDA6 Chinook

📋 copy color: '#9CDDA6'

red 156 ◦ green 221 ◦ blue 166

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

Shades of Chinook #9CDDA6

Tints of Chinook #9CDDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.57%

R = 28.73%
G = 40.7%
B = 30.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#9CDDA6 (or 0x9CDDA6) is known color: Chinook. HEX triplet: 9C, DD and A6. RGB value is (156,221,166). Sum of RGB (Red+Green+Blue) = 156+221+166=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDDA6 is #632259. Grayscale: #C3C3C3. Windows color (decimal): -6496858 or 10935708. OLE color: 10935708.

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

Color convert

RGB 156 221 166 -
CMYK 0.29 0 0.25 0.13
HSL 129.23º 0.49% 0.74% -
HSV(B) 129.23º 0.29% 0.87% -
XYZ 46.45 61.53 45.51 -
YUV 195.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 156 221 166 0.29 0 0.25 0.13 129.23 0.49 0.74
Hex 9C DD A6 1D 0 19 D 81 31 4A
Octal 234 335 246 35 0 31 15 201 61 112
Binary 10011100 11011101 10100110 11101 0 11001 1101 10000001 110001 1001010

Color Harmonies of #9CDDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDDA6

Black with #9CDDA6

Text Example


Text Example

White with #9CDDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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