#8FA395

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

Shades of Edward #8FA395

Tints of Edward #8FA395

Color information

#8FA395 (or 0x8FA395) is unknown color: approx Edward. HEX triplet: 8F, A3 and 95. RGB value is (143,163,149). Sum of RGB (Red+Green+Blue) = 143+163+149=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA395 is #705C6A. Grayscale: #9B9B9B. Windows color (decimal): -7363691 or 9806735. OLE color: 9806735.

HSL color Cylindrical-coordinate representation of color #8FA395: hue angle of 138º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8FA395 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB143163149-
CMYK0.1200.090.36
HSL138º9.8%60%-
HSV(B)138º12.27%63.92%-
XYZ29.8534.233.46-
YUV155.42124.37119.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.43%
GREEN value IS 163 (64.06% from 255) = 35.82%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=31.43%
G=35.82%
B=32.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431631490.1200.090.361389.860
Hex8FA395C09248aa3c
Octal21724322514011442121274
Binary100011111010001110010101110001001100100100010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,149); }

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

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

 a { background-color: rgb(143,163,149); }

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

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

 span { border-color: rgb(143,163,149); }

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