#8CCF9F

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

Shades of Chinook #8CCF9F

Tints of Chinook #8CCF9F

Color information

#8CCF9F (or 0x8CCF9F) is unknown color: approx Chinook. HEX triplet: 8C, CF and 9F. RGB value is (140,207,159). Sum of RGB (Red+Green+Blue) = 140+207+159=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF9F is #733060. Grayscale: #B5B5B5. Windows color (decimal): -7549025 or 10473356. OLE color: 10473356.

HSL color Cylindrical-coordinate representation of color #8CCF9F: hue angle of 137.01º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCF9F is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB140207159-
CMYK0.3200.230.19
HSL137.01º41.1%68.04%-
HSV(B)137.01º32.37%81.18%-
XYZ39.3952.740.9-
YUV181.49115.398.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.67%
GREEN value IS 207 (81.25% from 255) = 40.91%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=27.67%
G=40.91%
B=31.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402071590.3200.230.19137.0141.168.04
Hex8CCF9F2001713892944
Octal214317237400272321151104
Binary10001100110011111001111110000001011110011100010011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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