#8DA27F

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

Shades of Amulet #8DA27F

Tints of Amulet #8DA27F

Color information

#8DA27F (or 0x8DA27F) is unknown color: approx Amulet. HEX triplet: 8D, A2 and 7F. RGB value is (141,162,127). Sum of RGB (Red+Green+Blue) = 141+162+127=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA27F is #725D80. Grayscale: #979797. Windows color (decimal): -7495041 or 8364685. OLE color: 8364685.

HSL color Cylindrical-coordinate representation of color #8DA27F: hue angle of 96º 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 #8DA27F is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB141162127-
CMYK0.1300.220.36
HSL96º15.84%56.67%-
HSV(B)96º21.6%63.53%-
XYZ27.7433.0424.99-
YUV151.73114.04120.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.79%
GREEN value IS 162 (63.67% from 255) = 37.67%
BLUE value IS 127 (50% from 255) = 29.53%
R=32.79%
G=37.67%
B=29.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621270.1300.220.369615.8456.67
Hex8DA27FD01624601039
Octal21524217715026441402071
Binary100011011010001011111111101010110100100110000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,162,127); }

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

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

 a { background-color: rgb(141,162,127); }

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

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

 span { border-color: rgb(141,162,127); }

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