Html Css Color HEX #9FD6A6 Chinook

📋 copy color: '#9FD6A6'

red 159 ◦ green 214 ◦ blue 166

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

Shades of Chinook #9FD6A6

Tints of Chinook #9FD6A6

RGB

 RED value IS 159 (62.5% from 255) = 29.5%

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

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

R = 29.5%
G = 39.7%
B = 30.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#9FD6A6 (or 0x9FD6A6) is known color: Chinook. HEX triplet: 9F, D6 and A6. RGB value is (159,214,166). Sum of RGB (Red+Green+Blue) = 159+214+166=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD6A6 is #602959. Grayscale: #C0C0C0. Windows color (decimal): -6302042 or 10933919. OLE color: 10933919.

HSL color Cylindrical-coordinate representation of color #9FD6A6: hue angle of 127.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD6A6 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 214 166 -
CMYK 0.26 0 0.22 0.16
HSL 127.64º 0.4% 0.73% -
HSV(B) 127.64º 0.26% 0.84% -
XYZ 45.23 58.22 44.93 -
YUV 192.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 159 214 166 0.26 0 0.22 0.16 127.64 0.4 0.73
Hex 9F D6 A6 1A 0 16 10 80 28 49
Octal 237 326 246 32 0 26 20 200 50 111
Binary 10011111 11010110 10100110 11010 0 10110 10000 10000000 101000 1001001

Color Harmonies of #9FD6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD6A6

Black with #9FD6A6

Text Example


Text Example

White with #9FD6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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