Html Css Color HEX #9FD2A6 Chinook

📋 copy color: '#9FD2A6'

red 159 ◦ green 210 ◦ blue 166

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

Shades of Chinook #9FD2A6

Tints of Chinook #9FD2A6

RGB

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

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

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

R = 29.72%
G = 39.25%
B = 31.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#9FD2A6 (or 0x9FD2A6) is known color: Chinook. HEX triplet: 9F, D2 and A6. RGB value is (159,210,166). Sum of RGB (Red+Green+Blue) = 159+210+166=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD2A6 is #602D59. Grayscale: #BDBDBD. Windows color (decimal): -6303066 or 10932895. OLE color: 10932895.

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

Color convert

RGB 159 210 166 -
CMYK 0.24 0 0.21 0.18
HSL 128.24º 0.36% 0.72% -
HSV(B) 128.24º 0.24% 0.82% -
XYZ 44.23 56.22 44.6 -
YUV 189.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 159 210 166 0.24 0 0.21 0.18 128.24 0.36 0.72
Hex 9F D2 A6 18 0 15 12 80 24 48
Octal 237 322 246 30 0 25 22 200 44 110
Binary 10011111 11010010 10100110 11000 0 10101 10010 10000000 100100 1001000

Color Harmonies of #9FD2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD2A6

Black with #9FD2A6

Text Example


Text Example

White with #9FD2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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