#8CA99F

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

Shades of Cascade #8CA99F

Tints of Cascade #8CA99F

Color information

#8CA99F (or 0x8CA99F) is unknown color: approx Cascade. HEX triplet: 8C, A9 and 9F. RGB value is (140,169,159). Sum of RGB (Red+Green+Blue) = 140+169+159=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA99F is #735660. Grayscale: #9F9F9F. Windows color (decimal): -7558753 or 10463628. OLE color: 10463628.

HSL color Cylindrical-coordinate representation of color #8CA99F: hue angle of 159.31º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA99F is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB140169159-
CMYK0.1700.060.34
HSL159.31º14.43%60.59%-
HSV(B)159.31º17.16%66.27%-
XYZ31.2636.4538.19-
YUV159.19127.89114.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.91%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=29.91%
G=36.11%
B=33.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1401691590.1700.060.34159.3114.4360.59
Hex8CA99F1106229fe3d
Octal2142512372106422371675
Binary100011001010100110011111100010110100010100111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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