#9ED4A0

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

Shades of Chinook #9ED4A0

Tints of Chinook #9ED4A0

Color information

#9ED4A0 (or 0x9ED4A0) is unknown color: approx Chinook. HEX triplet: 9E, D4 and A0. RGB value is (158,212,160). Sum of RGB (Red+Green+Blue) = 158+212+160=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED4A0 is #612B5F. Grayscale: #BEBEBE. Windows color (decimal): -6368096 or 10540190. OLE color: 10540190.

HSL color Cylindrical-coordinate representation of color #9ED4A0: hue angle of 122.22º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED4A0 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB158212160-
CMYK0.2500.250.17
HSL122.22º38.57%72.55%-
HSV(B)122.22º25.47%83.14%-
XYZ43.9956.8941.92-
YUV189.93111.11105.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.81%
GREEN value IS 212 (83.20% from 255) = 40%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=29.81%
G=40%
B=30.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582121600.2500.250.17122.2238.5772.55
Hex9ED4A019019117a2749
Octal236324240310312117247111
Binary100111101101010010100000110010110011000111110101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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