#8AE164

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

Shades of Mantis #8AE164

Tints of Mantis #8AE164

Color information

#8AE164 (or 0x8AE164) is unknown color: approx Mantis. HEX triplet: 8A, E1 and 64. RGB value is (138,225,100). Sum of RGB (Red+Green+Blue) = 138+225+100=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE164 is #751E9B. Grayscale: #B9B9B9. Windows color (decimal): -7675548 or 6611338. OLE color: 6611338.

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

Color convert

RGB138225100-
CMYK0.3900.560.12
HSL101.76º67.57%63.73%-
HSV(B)101.76º55.56%88.24%-
XYZ39.7160.1721.58-
YUV184.7480.1894.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.81%
GREEN value IS 225 (88.28% from 255) = 48.60%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=29.81%
G=48.60%
B=21.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382251000.3900.560.12101.7667.5763.73
Hex8AE16427038C664440
Octal2123411444707014146104100
Binary1000101011100001110010010011101110001100110011010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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