#9FD3A2

Color #9FD3A2 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9FD3A2

Tints of Chinook #9FD3A2

Color information

#9FD3A2 (or 0x9FD3A2) is unknown color: approx Chinook. HEX triplet: 9F, D3 and A2. RGB value is (159,211,162). Sum of RGB (Red+Green+Blue) = 159+211+162=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD3A2 is #602C5D. Grayscale: #BEBEBE. Windows color (decimal): -6302814 or 10671007. OLE color: 10671007.

HSL color Cylindrical-coordinate representation of color #9FD3A2: hue angle of 123.46º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD3A2 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB159211162-
CMYK0.2500.230.17
HSL123.46º37.14%72.55%-
HSV(B)123.46º24.64%82.75%-
XYZ44.1156.5742.78-
YUV189.87112.27105.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.89%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 162 (63.67% from 255) = 30.45%
R=29.89%
G=39.66%
B=30.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1592111620.2500.230.17123.4637.1472.55
Hex9FD3A219017117b2549
Octal237323242310272117345111
Binary100111111101001110100010110010101111000111110111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,211,162); }

 H1.HeaderClassName
 {
   color: #9FD3A2;
 }
 .AnyTagClassName
 {
   color: #9FD3A2;
 }
</style>
background-color css

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

 a { background-color: rgb(159,211,162); }

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

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

 span { border-color: rgb(159,211,162); }

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