#8AEB55

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

Shades of Mantis #8AEB55

Tints of Mantis #8AEB55

Color information

#8AEB55 (or 0x8AEB55) is unknown color: approx Mantis. HEX triplet: 8A, EB and 55. RGB value is (138,235,85). Sum of RGB (Red+Green+Blue) = 138+235+85=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEB55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEB55 is #7514AA. Grayscale: #BDBDBD. Windows color (decimal): -7673003 or 5630858. OLE color: 5630858.

HSL color Cylindrical-coordinate representation of color #8AEB55: hue angle of 98.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AEB55 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB13823585-
CMYK0.4100.640.08
HSL98.8º78.95%62.75%-
HSV(B)98.8º63.83%92.16%-
XYZ41.8365.4819.03-
YUV188.969.3691.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 235 (92.19% from 255) = 51.31%
BLUE value IS 85 (33.59% from 255) = 18.56%
R=30.13%
G=51.31%
B=18.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138235850.4100.640.0898.878.9562.75
Hex8AEB55290408634f3f
Octal2123531255101001014311777
Binary1000101011101011101010110100101000000100011000111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,235,85); }

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

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

 a { background-color: rgb(138,235,85); }

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

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

 span { border-color: rgb(138,235,85); }

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