#8F9453

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

Shades of Avocado #8F9453

Tints of Avocado #8F9453

Color information

#8F9453 (or 0x8F9453) is unknown color: approx Avocado. HEX triplet: 8F, 94 and 53. RGB value is (143,148,83). Sum of RGB (Red+Green+Blue) = 143+148+83=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9453 is #706BAC. Grayscale: #8B8B8B. Windows color (decimal): -7367597 or 5477519. OLE color: 5477519.

HSL color Cylindrical-coordinate representation of color #8F9453: hue angle of 64.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F9453 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14314883-
CMYK0.0300.440.42
HSL64.62º28.14%45.29%-
HSV(B)64.62º43.92%58.04%-
XYZ23.4827.6412.28-
YUV139.0996.34130.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.24%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 83 (32.81% from 255) = 22.19%
R=38.24%
G=39.57%
B=22.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143148830.0300.440.4264.6228.1445.29
Hex8F9453302C2A411c2d
Octal2172241233054521013455
Binary10001111100101001010011110101100101010100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,148,83); }

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

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

 a { background-color: rgb(143,148,83); }

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

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

 span { border-color: rgb(143,148,83); }

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