#8AC86A

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

Shades of Mantis #8AC86A

Tints of Mantis #8AC86A

Color information

#8AC86A (or 0x8AC86A) is unknown color: approx Mantis. HEX triplet: 8A, C8 and 6A. RGB value is (138,200,106). Sum of RGB (Red+Green+Blue) = 138+200+106=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC86A is #753795. Grayscale: #ABABAB. Windows color (decimal): -7681942 or 6998154. OLE color: 6998154.

HSL color Cylindrical-coordinate representation of color #8AC86A: hue angle of 99.57º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AC86A is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB138200106-
CMYK0.3100.470.22
HSL99.57º46.08%60%-
HSV(B)99.57º47%78.43%-
XYZ33.7447.7521.07-
YUV170.7591.46104.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.08%
GREEN value IS 200 (78.52% from 255) = 45.05%
BLUE value IS 106 (41.80% from 255) = 23.87%
R=31.08%
G=45.05%
B=23.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1382001060.3100.470.2299.5746.0860
Hex8AC86A1F02F16642e3c
Octal21231015237057261445674
Binary10001010110010001101010111110101111101101100100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,200,106); }

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

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

 a { background-color: rgb(138,200,106); }

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

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

 span { border-color: rgb(138,200,106); }

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