#8acd57

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

Shades of Mantis #8ACD57

Tints of Mantis #8ACD57

Color information

#8ACD57 (or 0x8ACD57) is unknown color: approx Mantis. HEX triplet: 8A, CD and 57. RGB value is (138,205,87). Sum of RGB (Red+Green+Blue) = 138+205+87=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD57 is #7532A8. Grayscale: #ABABAB. Windows color (decimal): -7680681 or 5754250. OLE color: 5754250.

HSL color Cylindrical-coordinate representation of color #8ACD57: hue angle of 94.07º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8ACD57 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB13820587-
CMYK0.3300.580.20
HSL94.07º54.13%57.25%-
HSV(B)94.07º57.56%80.39%-
XYZ34.0349.7516.83-
YUV171.5280.3104.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 205 (80.47% from 255) = 47.67%
BLUE value IS 87 (34.38% from 255) = 20.23%
R=32.09%
G=47.67%
B=20.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138205870.3300.580.2094.0754.1357.25
Hex8ACD572103A145e3639
Octal21231512741072241366671
Binary100010101100110110101111000010111010101001011110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8acd57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,205,87); }

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

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

 a { background-color: rgb(138,205,87); }

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

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

 span { border-color: rgb(138,205,87); }

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