#8CD09C

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

Shades of Chinook #8CD09C

Tints of Chinook #8CD09C

Color information

#8CD09C (or 0x8CD09C) is unknown color: approx Chinook. HEX triplet: 8C, D0 and 9C. RGB value is (140,208,156). Sum of RGB (Red+Green+Blue) = 140+208+156=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD09C is #732F63. Grayscale: #B5B5B5. Windows color (decimal): -7548772 or 10277004. OLE color: 10277004.

HSL color Cylindrical-coordinate representation of color #8CD09C: hue angle of 134.12º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD09C is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB140208156-
CMYK0.3300.250.18
HSL134.12º41.98%68.24%-
HSV(B)134.12º32.69%81.57%-
XYZ39.3753.0939.62-
YUV181.74113.4798.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=27.78%
G=41.27%
B=30.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402081560.3300.250.18134.1241.9868.24
Hex8CD09C2101912862a44
Octal214320234410312220652104
Binary10001100110100001001110010000101100110010100001101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,208,156); }

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

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

 a { background-color: rgb(140,208,156); }

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

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

 span { border-color: rgb(140,208,156); }

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