#8AD79C

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

Shades of Chinook #8AD79C

Tints of Chinook #8AD79C

Color information

#8AD79C (or 0x8AD79C) is unknown color: approx Chinook. HEX triplet: 8A, D7 and 9C. RGB value is (138,215,156). Sum of RGB (Red+Green+Blue) = 138+215+156=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD79C is #752863. Grayscale: #B9B9B9. Windows color (decimal): -7678052 or 10278794. OLE color: 10278794.

HSL color Cylindrical-coordinate representation of color #8AD79C: hue angle of 134.03º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD79C is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB138215156-
CMYK0.3600.270.16
HSL134.03º49.04%69.22%-
HSV(B)134.03º35.81%84.31%-
XYZ40.7856.440.19-
YUV185.25111.4994.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 215 (84.38% from 255) = 42.24%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=27.11%
G=42.24%
B=30.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382151560.3600.270.16134.0349.0469.22
Hex8AD79C2401B10863145
Octal212327234440332020661105
Binary10001010110101111001110010010001101110000100001101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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