#8AB57C

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

Shades of Amulet #8AB57C

Tints of Amulet #8AB57C

Color information

#8AB57C (or 0x8AB57C) is unknown color: approx Amulet. HEX triplet: 8A, B5 and 7C. RGB value is (138,181,124). Sum of RGB (Red+Green+Blue) = 138+181+124=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB57C is #754A83. Grayscale: #A1A1A1. Windows color (decimal): -7686788 or 8172938. OLE color: 8172938.

HSL color Cylindrical-coordinate representation of color #8AB57C: hue angle of 105.26º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AB57C is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB138181124-
CMYK0.2400.310.29
HSL105.26º27.8%59.8%-
HSV(B)105.26º31.49%70.98%-
XYZ30.6439.9125.16-
YUV161.65106.75111.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.15%
GREEN value IS 181 (71.09% from 255) = 40.86%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=31.15%
G=40.86%
B=27.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381811240.2400.310.29105.2627.859.8
Hex8AB57C1801F1D691c3c
Octal21226517430037351513474
Binary100010101011010111111001100001111111101110100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,181,124); }

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

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

 a { background-color: rgb(138,181,124); }

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

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

 span { border-color: rgb(138,181,124); }

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