#9ED6AF

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

Shades of Chinook #9ED6AF

Tints of Chinook #9ED6AF

Color information

#9ED6AF (or 0x9ED6AF) is unknown color: approx Chinook. HEX triplet: 9E, D6 and AF. RGB value is (158,214,175). Sum of RGB (Red+Green+Blue) = 158+214+175=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED6AF is #612950. Grayscale: #C0C0C0. Windows color (decimal): -6367569 or 11523742. OLE color: 11523742.

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

Color convert

RGB158214175-
CMYK0.2600.180.16
HSL138.21º40.58%72.94%-
HSV(B)138.21º26.17%83.92%-
XYZ45.8858.4649.42-
YUV192.81117.95103.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.88%
GREEN value IS 214 (83.98% from 255) = 39.12%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=28.88%
G=39.12%
B=31.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582141750.2600.180.16138.2140.5872.94
Hex9ED6AF1A012108a2949
Octal236326257320222021251111
Binary1001111011010110101011111101001001010000100010101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,214,175); }

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

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

 a { background-color: rgb(158,214,175); }

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

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

 span { border-color: rgb(158,214,175); }

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