Html Css Color HEX #9AD6AA Chinook

📋 copy color: '#9AD6AA'

red 154 ◦ green 214 ◦ blue 170

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

Shades of Chinook #9AD6AA

Tints of Chinook #9AD6AA

RGB

 RED value IS 154 (60.55% from 255) = 28.62%

 GREEN value IS 214 (83.98% from 255) = 39.78%

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

R = 28.62%
G = 39.78%
B = 31.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#9AD6AA (or 0x9AD6AA) is known color: Chinook. HEX triplet: 9A, D6 and AA. RGB value is (154,214,170). Sum of RGB (Red+Green+Blue) = 154+214+170=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD6AA is #652955. Grayscale: #BFBFBF. Windows color (decimal): -6629718 or 11196058. OLE color: 11196058.

HSL color Cylindrical-coordinate representation of color #9AD6AA: hue angle of 136º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD6AA is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 214 170 -
CMYK 0.28 0 0.21 0.16
HSL 136º 0.42% 0.72% -
HSV(B) 136º 0.28% 0.84% -
XYZ 44.63 57.87 46.85 -
YUV 191.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 154 214 170 0.28 0 0.21 0.16 136 0.42 0.72
Hex 9A D6 AA 1C 0 15 10 88 2A 48
Octal 232 326 252 34 0 25 20 210 52 110
Binary 10011010 11010110 10101010 11100 0 10101 10000 10001000 101010 1001000

Color Harmonies of #9AD6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD6AA

Black with #9AD6AA

Text Example


Text Example

White with #9AD6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,214,170); }

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

background-color css

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

 a { background-color: rgb(154,214,170); }

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

border-color css

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

 span { border-color: rgb(154,214,170); }

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