#8CD09E

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

Shades of Chinook #8CD09E

Tints of Chinook #8CD09E

Color information

#8CD09E (or 0x8CD09E) is unknown color: approx Chinook. HEX triplet: 8C, D0 and 9E. RGB value is (140,208,158). Sum of RGB (Red+Green+Blue) = 140+208+158=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD09E is #732F61. Grayscale: #B6B6B6. Windows color (decimal): -7548770 or 10408076. OLE color: 10408076.

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

Color convert

RGB140208158-
CMYK0.3300.240.18
HSL135.88º41.98%68.24%-
HSV(B)135.88º32.69%81.57%-
XYZ39.5453.1640.52-
YUV181.97114.4798.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.67%
GREEN value IS 208 (81.64% from 255) = 41.11%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=27.67%
G=41.11%
B=31.23%

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
Decimal1402081580.3300.240.18135.8841.9868.24
Hex8CD09E2101812882a44
Octal214320236410302221052104
Binary10001100110100001001111010000101100010010100010001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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