#8AE064

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

Shades of Mantis #8AE064

Tints of Mantis #8AE064

Color information

#8AE064 (or 0x8AE064) is unknown color: approx Mantis. HEX triplet: 8A, E0 and 64. RGB value is (138,224,100). Sum of RGB (Red+Green+Blue) = 138+224+100=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE064 is #751F9B. Grayscale: #B8B8B8. Windows color (decimal): -7675804 or 6611082. OLE color: 6611082.

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

Color convert

RGB138224100-
CMYK0.3800.550.12
HSL101.61º66.67%63.53%-
HSV(B)101.61º55.36%87.84%-
XYZ39.4459.6321.49-
YUV184.1580.5195.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.87%
GREEN value IS 224 (87.89% from 255) = 48.48%
BLUE value IS 100 (39.45% from 255) = 21.65%
R=29.87%
G=48.48%
B=21.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382241000.3800.550.12101.6166.6763.53
Hex8AE06426037C664340
Octal2123401444606714146103100
Binary1000101011100000110010010011001101111100110011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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