#8DCC9F

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

Shades of Chinook #8DCC9F

Tints of Chinook #8DCC9F

Color information

#8DCC9F (or 0x8DCC9F) is unknown color: approx Chinook. HEX triplet: 8D, CC and 9F. RGB value is (141,204,159). Sum of RGB (Red+Green+Blue) = 141+204+159=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCC9F is #723360. Grayscale: #B4B4B4. Windows color (decimal): -7484257 or 10472589. OLE color: 10472589.

HSL color Cylindrical-coordinate representation of color #8DCC9F: hue angle of 137.14º 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 #8DCC9F is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB141204159-
CMYK0.3100.220.2
HSL137.14º38.18%67.65%-
HSV(B)137.14º30.88%80%-
XYZ38.8451.3540.67-
YUV180.03116.13100.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.98%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=27.98%
G=40.48%
B=31.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041590.3100.220.2137.1438.1867.65
Hex8DCC9F1F01614892644
Octal215314237370262421146104
Binary1000110111001100100111111111101011010100100010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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