#9FCEA4

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

Shades of Chinook #9FCEA4

Tints of Chinook #9FCEA4

Color information

#9FCEA4 (or 0x9FCEA4) is unknown color: approx Chinook. HEX triplet: 9F, CE and A4. RGB value is (159,206,164). Sum of RGB (Red+Green+Blue) = 159+206+164=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEA4 is #60315B. Grayscale: #BBBBBB. Windows color (decimal): -6304092 or 10800799. OLE color: 10800799.

HSL color Cylindrical-coordinate representation of color #9FCEA4: hue angle of 126.38º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCEA4 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB159206164-
CMYK0.2300.200.19
HSL126.38º32.41%71.57%-
HSV(B)126.38º22.82%80.78%-
XYZ43.0754.1943.31-
YUV187.16114.93107.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.06%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=30.06%
G=38.94%
B=31.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592061640.2300.200.19126.3832.4171.57
Hex9FCEA417014137e2048
Octal237316244270242317640110
Binary100111111100111010100100101110101001001111111101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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