#8AE15D

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

Shades of Mantis #8AE15D

Tints of Mantis #8AE15D

Color information

#8AE15D (or 0x8AE15D) is unknown color: approx Mantis. HEX triplet: 8A, E1 and 5D. RGB value is (138,225,93). Sum of RGB (Red+Green+Blue) = 138+225+93=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE15D is #751EA2. Grayscale: #B8B8B8. Windows color (decimal): -7675555 or 6152586. OLE color: 6152586.

HSL color Cylindrical-coordinate representation of color #8AE15D: hue angle of 99.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AE15D is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB13822593-
CMYK0.3900.590.12
HSL99.55º68.75%62.35%-
HSV(B)99.55º58.67%88.24%-
XYZ39.3860.0419.87-
YUV183.9476.6895.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 225 (88.28% from 255) = 49.34%
BLUE value IS 93 (36.72% from 255) = 20.39%
R=30.26%
G=49.34%
B=20.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal138225930.3900.590.1299.5568.7562.35
Hex8AE15D2703BC64453e
Octal212341135470731414410576
Binary100010101110000110111011001110111011110011001001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,225,93); }

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

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

 a { background-color: rgb(138,225,93); }

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

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

 span { border-color: rgb(138,225,93); }

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