#9EE0A3

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

Shades of Chinook #9EE0A3

Tints of Chinook #9EE0A3

Color information

#9EE0A3 (or 0x9EE0A3) is unknown color: approx Chinook. HEX triplet: 9E, E0 and A3. RGB value is (158,224,163). Sum of RGB (Red+Green+Blue) = 158+224+163=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE0A3 is #611F5C. Grayscale: #C5C5C5. Windows color (decimal): -6365021 or 10739870. OLE color: 10739870.

HSL color Cylindrical-coordinate representation of color #9EE0A3: hue angle of 124.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EE0A3 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB158224163-
CMYK0.2900.270.12
HSL124.55º51.56%74.9%-
HSV(B)124.55º29.46%87.84%-
XYZ47.3763.2244.36-
YUV197.31108.6399.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.99%
GREEN value IS 224 (87.89% from 255) = 41.10%
BLUE value IS 163 (64.06% from 255) = 29.91%
R=28.99%
G=41.10%
B=29.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582241630.2900.270.12124.5551.5674.9
Hex9EE0A31D01BC7d344b
Octal236340243350331417564113
Binary10011110111000001010001111101011011110011111011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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