#8CD49E

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

Shades of Chinook #8CD49E

Tints of Chinook #8CD49E

Color information

#8CD49E (or 0x8CD49E) is unknown color: approx Chinook. HEX triplet: 8C, D4 and 9E. RGB value is (140,212,158). Sum of RGB (Red+Green+Blue) = 140+212+158=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD49E is #732B61. Grayscale: #B8B8B8. Windows color (decimal): -7547746 or 10409100. OLE color: 10409100.

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

Color convert

RGB140212158-
CMYK0.3400.250.17
HSL135º45.57%69.02%-
HSV(B)135º33.96%83.14%-
XYZ40.5355.1340.85-
YUV184.32113.1596.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.45%
GREEN value IS 212 (83.20% from 255) = 41.57%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=27.45%
G=41.57%
B=30.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1402121580.3400.250.1713545.5769.02
Hex8CD49E2201911872e45
Octal214324236420312120756105
Binary10001100110101001001111010001001100110001100001111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,212,158); }

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

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

 a { background-color: rgb(140,212,158); }

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

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

 span { border-color: rgb(140,212,158); }

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