#8CD19F

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

Shades of Chinook #8CD19F

Tints of Chinook #8CD19F

Color information

#8CD19F (or 0x8CD19F) is unknown color: approx Chinook. HEX triplet: 8C, D1 and 9F. RGB value is (140,209,159). Sum of RGB (Red+Green+Blue) = 140+209+159=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD19F is #732E60. Grayscale: #B6B6B6. Windows color (decimal): -7548513 or 10473868. OLE color: 10473868.

HSL color Cylindrical-coordinate representation of color #8CD19F: hue angle of 136.52º degrees, saturation: 0.43, 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 #8CD19F is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB140209159-
CMYK0.3300.240.18
HSL136.52º42.86%68.43%-
HSV(B)136.52º33.01%81.96%-
XYZ39.8753.6841.06-
YUV182.67114.6497.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.56%
GREEN value IS 209 (82.03% from 255) = 41.14%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=27.56%
G=41.14%
B=31.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402091590.3300.240.18136.5242.8668.43
Hex8CD19F2101812892b44
Octal214321237410302221153104
Binary10001100110100011001111110000101100010010100010011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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