#8EECA9

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

Shades of Chinook #8EECA9

Tints of Chinook #8EECA9

Color information

#8EECA9 (or 0x8EECA9) is unknown color: approx Chinook. HEX triplet: 8E, EC and A9. RGB value is (142,236,169). Sum of RGB (Red+Green+Blue) = 142+236+169=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EECA9 is #711356. Grayscale: #C8C8C8. Windows color (decimal): -7410519 or 11136142. OLE color: 11136142.

HSL color Cylindrical-coordinate representation of color #8EECA9: hue angle of 137.23º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EECA9 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB142236169-
CMYK0.4000.280.07
HSL137.23º71.21%74.12%-
HSV(B)137.23º39.83%92.55%-
XYZ48.3168.6148.23-
YUV200.26110.3686.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=25.96%
G=43.14%
B=30.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422361690.4000.280.07137.2371.2174.12
Hex8EECA92801C789474a
Octal216354251500347211107112
Binary1000111011101100101010011010000111001111000100110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EECA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EECA9; }

 p { color: rgb(142,236,169); }

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

<style>
 a { background-color: #8EECA9; }

 a { background-color: rgb(142,236,169); }

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

<style>
 span { border-color: #8EECA9; }

 span { border-color: rgb(142,236,169); }

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