#8ED199

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

Shades of Chinook #8ED199

Tints of Chinook #8ED199

Color information

#8ED199 (or 0x8ED199) is unknown color: approx Chinook. HEX triplet: 8E, D1 and 99. RGB value is (142,209,153). Sum of RGB (Red+Green+Blue) = 142+209+153=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED199 is #712E66. Grayscale: #B6B6B6. Windows color (decimal): -7417447 or 10080654. OLE color: 10080654.

HSL color Cylindrical-coordinate representation of color #8ED199: hue angle of 129.85º degrees, saturation: 0.42, 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 #8ED199 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB142209153-
CMYK0.3200.270.18
HSL129.85º42.14%68.82%-
HSV(B)129.85º32.06%81.96%-
XYZ39.7153.6538.4-
YUV182.58111.399.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.17%
GREEN value IS 209 (82.03% from 255) = 41.47%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=28.17%
G=41.47%
B=30.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422091530.3200.270.18129.8542.1468.82
Hex8ED1992001B12822a45
Octal216321231400332220252105
Binary10001110110100011001100110000001101110010100000101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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