#8AD59E

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

Shades of Chinook #8AD59E

Tints of Chinook #8AD59E

Color information

#8AD59E (or 0x8AD59E) is unknown color: approx Chinook. HEX triplet: 8A, D5 and 9E. RGB value is (138,213,158). Sum of RGB (Red+Green+Blue) = 138+213+158=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD59E is #752A61. Grayscale: #B8B8B8. Windows color (decimal): -7678562 or 10409354. OLE color: 10409354.

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

Color convert

RGB138213158-
CMYK0.3500.260.16
HSL136º47.17%68.82%-
HSV(B)136º35.21%83.53%-
XYZ40.4555.4640.92-
YUV184.3113.1594.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 213 (83.59% from 255) = 41.85%
BLUE value IS 158 (62.11% from 255) = 31.04%
R=27.11%
G=41.85%
B=31.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382131580.3500.260.1613647.1768.82
Hex8AD59E2301A10882f45
Octal212325236430322021057105
Binary10001010110101011001111010001101101010000100010001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,213,158); }

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

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

 a { background-color: rgb(138,213,158); }

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

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

 span { border-color: rgb(138,213,158); }

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