#8AEC5B

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

Shades of Mantis #8AEC5B

Tints of Mantis #8AEC5B

Color information

#8AEC5B (or 0x8AEC5B) is unknown color: approx Mantis. HEX triplet: 8A, EC and 5B. RGB value is (138,236,91). Sum of RGB (Red+Green+Blue) = 138+236+91=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEC5B is #7513A4. Grayscale: #BEBEBE. Windows color (decimal): -7672741 or 6024330. OLE color: 6024330.

HSL color Cylindrical-coordinate representation of color #8AEC5B: hue angle of 100.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AEC5B is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB13823691-
CMYK0.4200.610.07
HSL100.55º79.23%64.12%-
HSV(B)100.55º61.44%92.55%-
XYZ42.3766.1520.43-
YUV190.1772.0390.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.68%
GREEN value IS 236 (92.58% from 255) = 50.75%
BLUE value IS 91 (35.94% from 255) = 19.57%
R=29.68%
G=50.75%
B=19.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal138236910.4200.610.07100.5579.2364.12
Hex8AEC5B2A03D7654f40
Octal212354133520757145117100
Binary100010101110110010110111010100111101111110010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,236,91); }

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

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

 a { background-color: rgb(138,236,91); }

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

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

 span { border-color: rgb(138,236,91); }

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