#8AE09C

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

Shades of Chinook #8AE09C

Tints of Chinook #8AE09C

Color information

#8AE09C (or 0x8AE09C) is unknown color: approx Chinook. HEX triplet: 8A, E0 and 9C. RGB value is (138,224,156). Sum of RGB (Red+Green+Blue) = 138+224+156=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE09C is #751F63. Grayscale: #BEBEBE. Windows color (decimal): -7675748 or 10281098. OLE color: 10281098.

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

Color convert

RGB138224156-
CMYK0.3800.300.12
HSL132.56º58.11%70.98%-
HSV(B)132.56º38.39%87.84%-
XYZ43.1461.1140.98-
YUV190.53108.5190.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.64%
GREEN value IS 224 (87.89% from 255) = 43.24%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=26.64%
G=43.24%
B=30.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382241560.3800.300.12132.5658.1170.98
Hex8AE09C2601EC853a47
Octal212340234460361420572107
Binary1000101011100000100111001001100111101100100001011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,224,156); }

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

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

 a { background-color: rgb(138,224,156); }

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

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

 span { border-color: rgb(138,224,156); }

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