#8FA19A

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

Shades of Cascade #8FA19A

Tints of Cascade #8FA19A

Color information

#8FA19A (or 0x8FA19A) is unknown color: approx Cascade. HEX triplet: 8F, A1 and 9A. RGB value is (143,161,154). Sum of RGB (Red+Green+Blue) = 143+161+154=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA19A is #705E65. Grayscale: #9A9A9A. Windows color (decimal): -7364198 or 10133903. OLE color: 10133903.

HSL color Cylindrical-coordinate representation of color #8FA19A: hue angle of 156.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8FA19A is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB143161154-
CMYK0.1100.040.37
HSL156.67º8.74%59.61%-
HSV(B)156.67º11.18%63.14%-
XYZ29.9133.6635.49-
YUV154.82127.54119.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.22%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 154 (60.55% from 255) = 33.62%
R=31.22%
G=35.15%
B=33.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1431611540.1100.040.37156.678.7459.61
Hex8FA19AB04259d93c
Octal2172412321304452351174
Binary10001111101000011001101010110100100101100111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,161,154); }

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

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

 a { background-color: rgb(143,161,154); }

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

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

 span { border-color: rgb(143,161,154); }

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