#9FD5A7

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

Shades of Chinook #9FD5A7

Tints of Chinook #9FD5A7

Color information

#9FD5A7 (or 0x9FD5A7) is unknown color: approx Chinook. HEX triplet: 9F, D5 and A7. RGB value is (159,213,167). Sum of RGB (Red+Green+Blue) = 159+213+167=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD5A7 is #602A58. Grayscale: #BFBFBF. Windows color (decimal): -6302297 or 10999199. OLE color: 10999199.

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

Color convert

RGB159213167-
CMYK0.2500.220.16
HSL128.89º39.13%72.94%-
HSV(B)128.89º25.35%83.53%-
XYZ45.0757.7545.33-
YUV191.61114.11104.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.50%
GREEN value IS 213 (83.59% from 255) = 39.52%
BLUE value IS 167 (65.62% from 255) = 30.98%
R=29.50%
G=39.52%
B=30.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592131670.2500.220.16128.8939.1372.94
Hex9FD5A71901610812749
Octal237325247310262020147111
Binary1001111111010101101001111100101011010000100000011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,213,167); }

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

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

 a { background-color: rgb(159,213,167); }

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

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

 span { border-color: rgb(159,213,167); }

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