#8EE161

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

Shades of Mantis #8EE161

Tints of Mantis #8EE161

Color information

#8EE161 (or 0x8EE161) is unknown color: approx Mantis. HEX triplet: 8E, E1 and 61. RGB value is (142,225,97). Sum of RGB (Red+Green+Blue) = 142+225+97=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE161 is #711E9E. Grayscale: #BABABA. Windows color (decimal): -7413407 or 6414734. OLE color: 6414734.

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

Color convert

RGB14222597-
CMYK0.3700.570.12
HSL98.91º68.09%63.14%-
HSV(B)98.91º56.89%88.24%-
XYZ40.2460.4620.86-
YUV185.597896.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 225 (88.28% from 255) = 48.49%
BLUE value IS 97 (38.28% from 255) = 20.91%
R=30.60%
G=48.49%
B=20.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal142225970.3700.570.1298.9168.0963.14
Hex8EE16125039C63443f
Octal216341141450711414310477
Binary100011101110000111000011001010111001110011000111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,225,97); }

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

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

 a { background-color: rgb(142,225,97); }

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

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

 span { border-color: rgb(142,225,97); }

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