#9EE1A3

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

Shades of Chinook #9EE1A3

Tints of Chinook #9EE1A3

Color information

#9EE1A3 (or 0x9EE1A3) is unknown color: approx Chinook. HEX triplet: 9E, E1 and A3. RGB value is (158,225,163). Sum of RGB (Red+Green+Blue) = 158+225+163=546 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.94% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE1A3 is #611E5C. Grayscale: #C6C6C6. Windows color (decimal): -6364765 or 10740126. OLE color: 10740126.

HSL color Cylindrical-coordinate representation of color #9EE1A3: hue angle of 124.48º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE1A3 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB158225163-
CMYK0.3000.280.12
HSL124.48º52.76%75.1%-
HSV(B)124.48º29.78%88.24%-
XYZ47.6463.7644.45-
YUV197.9108.399.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.94%
GREEN value IS 225 (88.28% from 255) = 41.21%
BLUE value IS 163 (64.06% from 255) = 29.85%
R=28.94%
G=41.21%
B=29.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582251630.3000.280.12124.4852.7675.1
Hex9EE1A31E01CC7c354b
Octal236341243360341417465113
Binary10011110111000011010001111110011100110011111001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,225,163); }

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

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

 a { background-color: rgb(158,225,163); }

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

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

 span { border-color: rgb(158,225,163); }

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