Html Css Color HEX #9CD2AD Chinook

📋 copy color: '#9CD2AD'

red 156 ◦ green 210 ◦ blue 173

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

Shades of Chinook #9CD2AD

Tints of Chinook #9CD2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.96%

 BLUE value IS 173 (67.97% from 255) = 32.1%

R = 28.94%
G = 38.96%
B = 32.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#9CD2AD (or 0x9CD2AD) is known color: Chinook. HEX triplet: 9C, D2 and AD. RGB value is (156,210,173). Sum of RGB (Red+Green+Blue) = 156+210+173=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD2AD is #632D52. Grayscale: #BDBDBD. Windows color (decimal): -6499667 or 11391644. OLE color: 11391644.

HSL color Cylindrical-coordinate representation of color #9CD2AD: hue angle of 138.89º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CD2AD is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 210 173 -
CMYK 0.26 0 0.18 0.18
HSL 138.89º 0.38% 0.72% -
HSV(B) 138.89º 0.26% 0.82% -
XYZ 44.3 56.18 48.04 -
YUV 189.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 156 210 173 0.26 0 0.18 0.18 138.89 0.38 0.72
Hex 9C D2 AD 1A 0 12 12 8B 26 48
Octal 234 322 255 32 0 22 22 213 46 110
Binary 10011100 11010010 10101101 11010 0 10010 10010 10001011 100110 1001000

Color Harmonies of #9CD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD2AD

Black with #9CD2AD

Text Example


Text Example

White with #9CD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,210,173); }

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

background-color css

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

 a { background-color: rgb(156,210,173); }

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

border-color css

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

 span { border-color: rgb(156,210,173); }

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