#8CD19A

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

Shades of Chinook #8CD19A

Tints of Chinook #8CD19A

Color information

#8CD19A (or 0x8CD19A) is unknown color: approx Chinook. HEX triplet: 8C, D1 and 9A. RGB value is (140,209,154). Sum of RGB (Red+Green+Blue) = 140+209+154=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD19A is #732E65. Grayscale: #B6B6B6. Windows color (decimal): -7548518 or 10146188. OLE color: 10146188.

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

Color convert

RGB140209154-
CMYK0.3300.260.18
HSL132.17º42.86%68.43%-
HSV(B)132.17º33.01%81.96%-
XYZ39.4553.5138.82-
YUV182.1112.1497.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 209 (82.03% from 255) = 41.55%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=27.83%
G=41.55%
B=30.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402091540.3300.260.18132.1742.8668.43
Hex8CD19A2101A12842b44
Octal214321232410322220453104
Binary10001100110100011001101010000101101010010100001001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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