#8ED099

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

Shades of Chinook #8ED099

Tints of Chinook #8ED099

Color information

#8ED099 (or 0x8ED099) is unknown color: approx Chinook. HEX triplet: 8E, D0 and 99. RGB value is (142,208,153). Sum of RGB (Red+Green+Blue) = 142+208+153=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED099 is #712F66. Grayscale: #B6B6B6. Windows color (decimal): -7417703 or 10080398. OLE color: 10080398.

HSL color Cylindrical-coordinate representation of color #8ED099: hue angle of 130º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED099 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB142208153-
CMYK0.3200.260.18
HSL130º41.25%68.63%-
HSV(B)130º31.73%81.57%-
XYZ39.4653.1638.32-
YUV182111.6399.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.23%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=28.23%
G=41.35%
B=30.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422081530.3200.260.1813041.2568.63
Hex8ED0992001A12822945
Octal216320231400322220251105
Binary10001110110100001001100110000001101010010100000101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,208,153); }

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

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

 a { background-color: rgb(142,208,153); }

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

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

 span { border-color: rgb(142,208,153); }

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