#8AD89A

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

Shades of Chinook #8AD89A

Tints of Chinook #8AD89A

Color information

#8AD89A (or 0x8AD89A) is unknown color: approx Chinook. HEX triplet: 8A, D8 and 9A. RGB value is (138,216,154). Sum of RGB (Red+Green+Blue) = 138+216+154=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD89A is #752765. Grayscale: #B9B9B9. Windows color (decimal): -7677798 or 10147978. OLE color: 10147978.

HSL color Cylindrical-coordinate representation of color #8AD89A: hue angle of 132.31º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD89A is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB138216154-
CMYK0.3600.290.15
HSL132.31º50%69.41%-
HSV(B)132.31º36.11%84.71%-
XYZ40.8756.8539.39-
YUV185.61110.1694.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.17%
GREEN value IS 216 (84.77% from 255) = 42.52%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=27.17%
G=42.52%
B=30.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382161540.3600.290.15132.315069.41
Hex8AD89A2401DF843245
Octal212330232440351720462105
Binary1000101011011000100110101001000111011111100001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,216,154); }

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

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

 a { background-color: rgb(138,216,154); }

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

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

 span { border-color: rgb(138,216,154); }

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