#8AC46E

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

Shades of Mantis #8AC46E

Tints of Mantis #8AC46E

Color information

#8AC46E (or 0x8AC46E) is unknown color: approx Mantis. HEX triplet: 8A, C4 and 6E. RGB value is (138,196,110). Sum of RGB (Red+Green+Blue) = 138+196+110=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC46E is #753B91. Grayscale: #A9A9A9. Windows color (decimal): -7682962 or 7259274. OLE color: 7259274.

HSL color Cylindrical-coordinate representation of color #8AC46E: hue angle of 100.47º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AC46E is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB138196110-
CMYK0.3000.440.23
HSL100.47º42.16%60%-
HSV(B)100.47º43.88%76.86%-
XYZ33.0446.0121.89-
YUV168.8594.78105.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.08%
GREEN value IS 196 (76.95% from 255) = 44.14%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=31.08%
G=44.14%
B=24.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381961100.3000.440.23100.4742.1660
Hex8AC46E1E02C17642a3c
Octal21230415636054271445274
Binary10001010110001001101110111100101100101111100100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,196,110); }

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

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

 a { background-color: rgb(138,196,110); }

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

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

 span { border-color: rgb(138,196,110); }

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