#8CD09F

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

Shades of Chinook #8CD09F

Tints of Chinook #8CD09F

Color information

#8CD09F (or 0x8CD09F) is unknown color: approx Chinook. HEX triplet: 8C, D0 and 9F. RGB value is (140,208,159). Sum of RGB (Red+Green+Blue) = 140+208+159=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD09F is #732F60. Grayscale: #B6B6B6. Windows color (decimal): -7548769 or 10473612. OLE color: 10473612.

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

Color convert

RGB140208159-
CMYK0.3300.240.18
HSL136.76º41.98%68.24%-
HSV(B)136.76º32.69%81.57%-
XYZ39.6353.1940.98-
YUV182.08114.9797.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.61%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=27.61%
G=41.03%
B=31.36%

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
Decimal1402081590.3300.240.18136.7641.9868.24
Hex8CD09F2101812892a44
Octal214320237410302221152104
Binary10001100110100001001111110000101100010010100010011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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