#8AC64C

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

Shades of Mantis #8AC64C

Tints of Mantis #8AC64C

Color information

#8AC64C (or 0x8AC64C) is unknown color: approx Mantis. HEX triplet: 8A, C6 and 4C. RGB value is (138,198,76). Sum of RGB (Red+Green+Blue) = 138+198+76=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC64C is #7539B3. Grayscale: #A6A6A6. Windows color (decimal): -7682484 or 5031562. OLE color: 5031562.

HSL color Cylindrical-coordinate representation of color #8AC64C: hue angle of 89.51º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AC64C is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB13819876-
CMYK0.3000.620.22
HSL89.51º51.69%53.73%-
HSV(B)89.51º61.62%77.65%-
XYZ31.9846.3114.09-
YUV166.1577.12107.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 198 (77.73% from 255) = 48.06%
BLUE value IS 76 (30.08% from 255) = 18.45%
R=33.50%
G=48.06%
B=18.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal138198760.3000.620.2289.5151.6953.73
Hex8AC64C1E03E165a3436
Octal21230611436076261326466
Binary10001010110001101001100111100111110101101011010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,198,76); }

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

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

 a { background-color: rgb(138,198,76); }

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

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

 span { border-color: rgb(138,198,76); }

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