#9ED7A1

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

Shades of Chinook #9ED7A1

Tints of Chinook #9ED7A1

Color information

#9ED7A1 (or 0x9ED7A1) is unknown color: approx Chinook. HEX triplet: 9E, D7 and A1. RGB value is (158,215,161). Sum of RGB (Red+Green+Blue) = 158+215+161=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED7A1 is #61285E. Grayscale: #BFBFBF. Windows color (decimal): -6367327 or 10606494. OLE color: 10606494.

HSL color Cylindrical-coordinate representation of color #9ED7A1: hue angle of 123.16º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED7A1 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB158215161-
CMYK0.2700.250.16
HSL123.16º41.61%73.14%-
HSV(B)123.16º26.51%84.31%-
XYZ44.8358.4442.64-
YUV191.8110.62103.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.59%
GREEN value IS 215 (84.38% from 255) = 40.26%
BLUE value IS 161 (63.28% from 255) = 30.15%
R=29.59%
G=40.26%
B=30.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582151610.2700.250.16123.1641.6173.14
Hex9ED7A11B019107b2a49
Octal236327241330312017352111
Binary100111101101011110100001110110110011000011110111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,215,161); }

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

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

 a { background-color: rgb(158,215,161); }

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

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

 span { border-color: rgb(158,215,161); }

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