#8ACD9A

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

Shades of Chinook #8ACD9A

Tints of Chinook #8ACD9A

Color information

#8ACD9A (or 0x8ACD9A) is unknown color: approx Chinook. HEX triplet: 8A, CD and 9A. RGB value is (138,205,154). Sum of RGB (Red+Green+Blue) = 138+205+154=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD9A is #753265. Grayscale: #B3B3B3. Windows color (decimal): -7680614 or 10145162. OLE color: 10145162.

HSL color Cylindrical-coordinate representation of color #8ACD9A: hue angle of 134.33º 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 #8ACD9A is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB138205154-
CMYK0.3300.250.20
HSL134.33º40.12%67.25%-
HSV(B)134.33º32.68%80.39%-
XYZ38.1551.438.48-
YUV179.15113.898.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.77%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=27.77%
G=41.25%
B=30.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051540.3300.250.20134.3340.1267.25
Hex8ACD9A2101914862843
Octal212315232410312420650103
Binary10001010110011011001101010000101100110100100001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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