#8ACD9E

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

Shades of Chinook #8ACD9E

Tints of Chinook #8ACD9E

Color information

#8ACD9E (or 0x8ACD9E) is unknown color: approx Chinook. HEX triplet: 8A, CD and 9E. RGB value is (138,205,158). Sum of RGB (Red+Green+Blue) = 138+205+158=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD9E is #753261. Grayscale: #B3B3B3. Windows color (decimal): -7680610 or 10407306. OLE color: 10407306.

HSL color Cylindrical-coordinate representation of color #8ACD9E: hue angle of 137.91º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACD9E is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB138205158-
CMYK0.3300.230.20
HSL137.91º40.12%67.25%-
HSV(B)137.91º32.68%80.39%-
XYZ38.4851.5340.27-
YUV179.61115.898.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.54%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=27.54%
G=40.92%
B=31.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051580.3300.230.20137.9140.1267.25
Hex8ACD9E21017148a2843
Octal212315236410272421250103
Binary10001010110011011001111010000101011110100100010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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