#8AE19D

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

Shades of Chinook #8AE19D

Tints of Chinook #8AE19D

Color information

#8AE19D (or 0x8AE19D) is unknown color: approx Chinook. HEX triplet: 8A, E1 and 9D. RGB value is (138,225,157). Sum of RGB (Red+Green+Blue) = 138+225+157=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE19D is #751E62. Grayscale: #BFBFBF. Windows color (decimal): -7675491 or 10346890. OLE color: 10346890.

HSL color Cylindrical-coordinate representation of color #8AE19D: hue angle of 133.1º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE19D is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB138225157-
CMYK0.3900.300.12
HSL133.1º59.18%71.18%-
HSV(B)133.1º38.67%88.24%-
XYZ43.4961.6941.51-
YUV191.24108.6890.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 225 (88.28% from 255) = 43.27%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=26.54%
G=43.27%
B=30.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382251570.3900.300.12133.159.1871.18
Hex8AE19D2701EC853b47
Octal212341235470361420573107
Binary1000101011100001100111011001110111101100100001011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,225,157); }

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

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

 a { background-color: rgb(138,225,157); }

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

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

 span { border-color: rgb(138,225,157); }

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