#8AE7A2

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

Shades of Chinook #8AE7A2

Tints of Chinook #8AE7A2

Color information

#8AE7A2 (or 0x8AE7A2) is unknown color: approx Chinook. HEX triplet: 8A, E7 and A2. RGB value is (138,231,162). Sum of RGB (Red+Green+Blue) = 138+231+162=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE7A2 is #75185D. Grayscale: #C3C3C3. Windows color (decimal): -7673950 or 10676106. OLE color: 10676106.

HSL color Cylindrical-coordinate representation of color #8AE7A2: hue angle of 135.48º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE7A2 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB138231162-
CMYK0.4000.300.09
HSL135.48º65.96%72.35%-
HSV(B)135.48º40.26%90.59%-
XYZ45.5865.1644.36-
YUV195.33109.1987.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.99%
GREEN value IS 231 (90.62% from 255) = 43.50%
BLUE value IS 162 (63.67% from 255) = 30.51%
R=25.99%
G=43.50%
B=30.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382311620.4000.300.09135.4865.9672.35
Hex8AE7A22801E9874248
Octal2123472425003611207102110
Binary10001010111001111010001010100001111010011000011110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,231,162); }

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

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

 a { background-color: rgb(138,231,162); }

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

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

 span { border-color: rgb(138,231,162); }

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