#8FA296

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

Shades of Edward #8FA296

Tints of Edward #8FA296

Color information

#8FA296 (or 0x8FA296) is unknown color: approx Edward. HEX triplet: 8F, A2 and 96. RGB value is (143,162,150). Sum of RGB (Red+Green+Blue) = 143+162+150=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA296 is #705D69. Grayscale: #9A9A9A. Windows color (decimal): -7363946 or 9872015. OLE color: 9872015.

HSL color Cylindrical-coordinate representation of color #8FA296: hue angle of 142.11º degrees, saturation: 0.09, 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 #8FA296 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB143162150-
CMYK0.1200.070.36
HSL142.11º9.27%59.8%-
HSV(B)142.11º11.73%63.53%-
XYZ29.7533.8833.83-
YUV154.95125.21119.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.43%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=31.43%
G=35.60%
B=32.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621500.1200.070.36142.119.2759.8
Hex8FA296C07248e93c
Octal2172422261407442161174
Binary10001111101000101001011011000111100100100011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,162,150); }

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

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

 a { background-color: rgb(143,162,150); }

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

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

 span { border-color: rgb(143,162,150); }

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