Html Css Color HEX #9CDAA0 Chinook

📋 copy color: '#9CDAA0'

red 156 ◦ green 218 ◦ blue 160

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

Shades of Chinook #9CDAA0

Tints of Chinook #9CDAA0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

 BLUE value IS 160 (62.89% from 255) = 29.96%

R = 29.21%
G = 40.82%
B = 29.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#9CDAA0 (or 0x9CDAA0) is known color: Chinook. HEX triplet: 9C, DA and A0. RGB value is (156,218,160). Sum of RGB (Red+Green+Blue) = 156+218+160=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDAA0 is #63255F. Grayscale: #C1C1C1. Windows color (decimal): -6497632 or 10541724. OLE color: 10541724.

HSL color Cylindrical-coordinate representation of color #9CDAA0: hue angle of 123.87º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CDAA0 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 218 160 -
CMYK 0.28 0 0.27 0.15
HSL 123.87º 0.46% 0.73% -
HSV(B) 123.87º 0.28% 0.85% -
XYZ 45.13 59.75 42.41 -
YUV 192.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 156 218 160 0.28 0 0.27 0.15 123.87 0.46 0.73
Hex 9C DA A0 1C 0 1B F 7C 2E 49
Octal 234 332 240 34 0 33 17 174 56 111
Binary 10011100 11011010 10100000 11100 0 11011 1111 1111100 101110 1001001

Color Harmonies of #9CDAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDAA0

Black with #9CDAA0

Text Example


Text Example

White with #9CDAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,218,160); }

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

background-color css

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

 a { background-color: rgb(156,218,160); }

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

border-color css

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

 span { border-color: rgb(156,218,160); }

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