#8FCC9D

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

Shades of Chinook #8FCC9D

Tints of Chinook #8FCC9D

Color information

#8FCC9D (or 0x8FCC9D) is unknown color: approx Chinook. HEX triplet: 8F, CC and 9D. RGB value is (143,204,157). Sum of RGB (Red+Green+Blue) = 143+204+157=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCC9D is #703362. Grayscale: #B4B4B4. Windows color (decimal): -7353187 or 10341519. OLE color: 10341519.

HSL color Cylindrical-coordinate representation of color #8FCC9D: hue angle of 133.77º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCC9D is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB143204157-
CMYK0.3000.230.2
HSL133.77º37.42%68.04%-
HSV(B)133.77º29.9%80%-
XYZ39.0151.4639.78-
YUV180.4114.79101.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.37%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=28.37%
G=40.48%
B=31.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041570.3000.230.2133.7737.4268.04
Hex8FCC9D1E01714862544
Octal217314235360272420645104
Binary1000111111001100100111011111001011110100100001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,204,157); }

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

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

 a { background-color: rgb(143,204,157); }

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

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

 span { border-color: rgb(143,204,157); }

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