#9FD7A4

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

Shades of Chinook #9FD7A4

Tints of Chinook #9FD7A4

Color information

#9FD7A4 (or 0x9FD7A4) is unknown color: approx Chinook. HEX triplet: 9F, D7 and A4. RGB value is (159,215,164). Sum of RGB (Red+Green+Blue) = 159+215+164=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD7A4 is #60285B. Grayscale: #C0C0C0. Windows color (decimal): -6301788 or 10803103. OLE color: 10803103.

HSL color Cylindrical-coordinate representation of color #9FD7A4: hue angle of 125.36º degrees, saturation: 0.41, 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 #9FD7A4 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB159215164-
CMYK0.2600.240.16
HSL125.36º41.18%73.33%-
HSV(B)125.36º26.05%84.31%-
XYZ45.358.6544.06-
YUV192.44111.95104.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.55%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 164 (64.45% from 255) = 30.48%
R=29.55%
G=39.96%
B=30.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592151640.2600.240.16125.3641.1873.33
Hex9FD7A41A018107d2949
Octal237327244320302017551111
Binary100111111101011110100100110100110001000011111011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,215,164); }

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

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

 a { background-color: rgb(159,215,164); }

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

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

 span { border-color: rgb(159,215,164); }

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