#8FA37F

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

Shades of Amulet #8FA37F

Tints of Amulet #8FA37F

Color information

#8FA37F (or 0x8FA37F) is unknown color: approx Amulet. HEX triplet: 8F, A3 and 7F. RGB value is (143,163,127). Sum of RGB (Red+Green+Blue) = 143+163+127=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA37F is #705C80. Grayscale: #999999. Windows color (decimal): -7363713 or 8364943. OLE color: 8364943.

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

Color convert

RGB143163127-
CMYK0.1200.220.36
HSL93.33º16.36%56.86%-
HSV(B)93.33º22.09%63.92%-
XYZ28.2633.5725.07-
YUV152.92113.37120.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.03%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 127 (50% from 255) = 29.33%
R=33.03%
G=37.64%
B=29.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431631270.1200.220.3693.3316.3656.86
Hex8FA37FC016245d1039
Octal21724317714026441352071
Binary100011111010001111111111100010110100100101110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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