#8DCC9A

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

Shades of Chinook #8DCC9A

Tints of Chinook #8DCC9A

Color information

#8DCC9A (or 0x8DCC9A) is unknown color: approx Chinook. HEX triplet: 8D, CC and 9A. RGB value is (141,204,154). Sum of RGB (Red+Green+Blue) = 141+204+154=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCC9A is #723365. Grayscale: #B3B3B3. Windows color (decimal): -7484262 or 10144909. OLE color: 10144909.

HSL color Cylindrical-coordinate representation of color #8DCC9A: hue angle of 132.38º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCC9A is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB141204154-
CMYK0.3100.250.2
HSL132.38º38.18%67.65%-
HSV(B)132.38º30.88%80%-
XYZ38.4151.1838.43-
YUV179.46113.63100.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.26%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=28.26%
G=40.88%
B=30.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041540.3100.250.2132.3838.1867.65
Hex8DCC9A1F01914842644
Octal215314232370312420446104
Binary1000110111001100100110101111101100110100100001001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,154); }

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

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

 a { background-color: rgb(141,204,154); }

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

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

 span { border-color: rgb(141,204,154); }

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