#9ECFA5

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

Shades of Chinook #9ECFA5

Tints of Chinook #9ECFA5

Color information

#9ECFA5 (or 0x9ECFA5) is unknown color: approx Chinook. HEX triplet: 9E, CF and A5. RGB value is (158,207,165). Sum of RGB (Red+Green+Blue) = 158+207+165=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECFA5 is #61305A. Grayscale: #BBBBBB. Windows color (decimal): -6369371 or 10866590. OLE color: 10866590.

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

Color convert

RGB158207165-
CMYK0.2400.200.19
HSL128.57º33.79%71.57%-
HSV(B)128.57º23.67%81.18%-
XYZ43.254.6143.86-
YUV187.56115.27106.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.81%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=29.81%
G=39.06%
B=31.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582071650.2400.200.19128.5733.7971.57
Hex9ECFA51801413812248
Octal236317245300242320142110
Binary1001111011001111101001011100001010010011100000011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,207,165); }

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

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

 a { background-color: rgb(158,207,165); }

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

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

 span { border-color: rgb(158,207,165); }

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