#8CDF9F

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

Shades of Chinook #8CDF9F

Tints of Chinook #8CDF9F

Color information

#8CDF9F (or 0x8CDF9F) is unknown color: approx Chinook. HEX triplet: 8C, DF and 9F. RGB value is (140,223,159). Sum of RGB (Red+Green+Blue) = 140+223+159=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDF9F is #732060. Grayscale: #BFBFBF. Windows color (decimal): -7544929 or 10477452. OLE color: 10477452.

HSL color Cylindrical-coordinate representation of color #8CDF9F: hue angle of 133.73º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDF9F is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB140223159-
CMYK0.3700.290.13
HSL133.73º56.46%71.18%-
HSV(B)133.73º37.22%87.45%-
XYZ43.4660.8542.26-
YUV190.8911091.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.82%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=26.82%
G=42.72%
B=30.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402231590.3700.290.13133.7356.4671.18
Hex8CDF9F2501DD863847
Octal214337237450351520670107
Binary1000110011011111100111111001010111011101100001101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,223,159); }

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

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

 a { background-color: rgb(140,223,159); }

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

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

 span { border-color: rgb(140,223,159); }

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