#9FDFA5

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

Shades of Chinook #9FDFA5

Tints of Chinook #9FDFA5

Color information

#9FDFA5 (or 0x9FDFA5) is unknown color: approx Chinook. HEX triplet: 9F, DF and A5. RGB value is (159,223,165). Sum of RGB (Red+Green+Blue) = 159+223+165=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDFA5 is #60205A. Grayscale: #C5C5C5. Windows color (decimal): -6299739 or 10870687. OLE color: 10870687.

HSL color Cylindrical-coordinate representation of color #9FDFA5: hue angle of 125.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFA5 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB159223165-
CMYK0.2900.260.13
HSL125.62º50%74.9%-
HSV(B)125.62º28.7%87.45%-
XYZ47.4862.8645.23-
YUV197.25109.8100.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.07%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 165 (64.84% from 255) = 30.16%
R=29.07%
G=40.77%
B=30.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592231650.2900.260.13125.625074.9
Hex9FDFA51D01AD7e324b
Octal237337245350321517662113
Binary10011111110111111010010111101011010110111111101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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