#8EDF9E

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

Shades of Chinook #8EDF9E

Tints of Chinook #8EDF9E

Color information

#8EDF9E (or 0x8EDF9E) is unknown color: approx Chinook. HEX triplet: 8E, DF and 9E. RGB value is (142,223,158). Sum of RGB (Red+Green+Blue) = 142+223+158=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDF9E is #712061. Grayscale: #BFBFBF. Windows color (decimal): -7413858 or 10411918. OLE color: 10411918.

HSL color Cylindrical-coordinate representation of color #8EDF9E: hue angle of 131.85º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDF9E is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB142223158-
CMYK0.3600.290.13
HSL131.85º55.86%71.57%-
HSV(B)131.85º36.32%87.45%-
XYZ43.7160.9941.82-
YUV191.37109.1692.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.15%
GREEN value IS 223 (87.5% from 255) = 42.64%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=27.15%
G=42.64%
B=30.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422231580.3600.290.13131.8555.8671.57
Hex8EDF9E2401DD843848
Octal216337236440351520470110
Binary1000111011011111100111101001000111011101100001001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,223,158); }

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

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

 a { background-color: rgb(142,223,158); }

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

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

 span { border-color: rgb(142,223,158); }

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