#9EDBA0

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

Shades of Chinook #9EDBA0

Tints of Chinook #9EDBA0

Color information

#9EDBA0 (or 0x9EDBA0) is unknown color: approx Chinook. HEX triplet: 9E, DB and A0. RGB value is (158,219,160). Sum of RGB (Red+Green+Blue) = 158+219+160=537 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.42% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDBA0 is #61245F. Grayscale: #C2C2C2. Windows color (decimal): -6366304 or 10541982. OLE color: 10541982.

HSL color Cylindrical-coordinate representation of color #9EDBA0: hue angle of 121.97º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBA0 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB158219160-
CMYK0.2800.270.14
HSL121.97º45.86%73.92%-
HSV(B)121.97º27.85%85.88%-
XYZ45.7860.4742.52-
YUV194.04108.79102.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.42%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 160 (62.89% from 255) = 29.80%
R=29.42%
G=40.78%
B=29.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582191600.2800.270.14121.9745.8673.92
Hex9EDBA01C01BE7a2e4a
Octal236333240340331617256112
Binary10011110110110111010000011100011011111011110101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,219,160); }

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

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

 a { background-color: rgb(158,219,160); }

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

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

 span { border-color: rgb(158,219,160); }

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