Html Css Color HEX #9AD6A6 Chinook

📋 copy color: '#9AD6A6'

red 154 ◦ green 214 ◦ blue 166

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

Shades of Chinook #9AD6A6

Tints of Chinook #9AD6A6

RGB

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

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

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

R = 28.84%
G = 40.07%
B = 31.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#9AD6A6 (or 0x9AD6A6) is known color: Chinook. HEX triplet: 9A, D6 and A6. RGB value is (154,214,166). Sum of RGB (Red+Green+Blue) = 154+214+166=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD6A6 is #652959. Grayscale: #BEBEBE. Windows color (decimal): -6629722 or 10933914. OLE color: 10933914.

HSL color Cylindrical-coordinate representation of color #9AD6A6: hue angle of 132º 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 #9AD6A6 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 214 166 -
CMYK 0.28 0 0.22 0.16
HSL 132º 0.42% 0.72% -
HSV(B) 132º 0.28% 0.84% -
XYZ 44.26 57.72 44.88 -
YUV 190.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 154 214 166 0.28 0 0.22 0.16 132 0.42 0.72
Hex 9A D6 A6 1C 0 16 10 84 2A 48
Octal 232 326 246 34 0 26 20 204 52 110
Binary 10011010 11010110 10100110 11100 0 10110 10000 10000100 101010 1001000

Color Harmonies of #9AD6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD6A6

Black with #9AD6A6

Text Example


Text Example

White with #9AD6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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