#8CD59D

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

Shades of Chinook #8CD59D

Tints of Chinook #8CD59D

Color information

#8CD59D (or 0x8CD59D) is unknown color: approx Chinook. HEX triplet: 8C, D5 and 9D. RGB value is (140,213,157). Sum of RGB (Red+Green+Blue) = 140+213+157=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD59D is #732A62. Grayscale: #B8B8B8. Windows color (decimal): -7547491 or 10343820. OLE color: 10343820.

HSL color Cylindrical-coordinate representation of color #8CD59D: hue angle of 133.97º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD59D is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB140213157-
CMYK0.3400.260.16
HSL133.97º46.5%69.22%-
HSV(B)133.97º34.27%83.53%-
XYZ40.755.640.48-
YUV184.79112.3296.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.45%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=27.45%
G=41.76%
B=30.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402131570.3400.260.16133.9746.569.22
Hex8CD59D2201A10862e45
Octal214325235420322020656105
Binary10001100110101011001110110001001101010000100001101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,213,157); }

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

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

 a { background-color: rgb(140,213,157); }

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

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

 span { border-color: rgb(140,213,157); }

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