#9FD4A5

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

Shades of Chinook #9FD4A5

Tints of Chinook #9FD4A5

Color information

#9FD4A5 (or 0x9FD4A5) is unknown color: approx Chinook. HEX triplet: 9F, D4 and A5. RGB value is (159,212,165). Sum of RGB (Red+Green+Blue) = 159+212+165=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD4A5 is #602B5A. Grayscale: #BEBEBE. Windows color (decimal): -6302555 or 10867871. OLE color: 10867871.

HSL color Cylindrical-coordinate representation of color #9FD4A5: hue angle of 126.79º degrees, saturation: 0.38, 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 #9FD4A5 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB159212165-
CMYK0.2500.220.17
HSL126.79º38.13%72.75%-
HSV(B)126.79º25%83.14%-
XYZ44.6357.1744.28-
YUV190.8113.44105.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.66%
GREEN value IS 212 (83.20% from 255) = 39.55%
BLUE value IS 165 (64.84% from 255) = 30.78%
R=29.66%
G=39.55%
B=30.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1592121650.2500.220.17126.7938.1372.75
Hex9FD4A519016117f2649
Octal237324245310262117746111
Binary100111111101010010100101110010101101000111111111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,212,165); }

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

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

 a { background-color: rgb(159,212,165); }

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

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

 span { border-color: rgb(159,212,165); }

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