#8ac66b

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

Shades of Mantis #8AC66B

Tints of Mantis #8AC66B

Color information

#8AC66B (or 0x8AC66B) is unknown color: approx Mantis. HEX triplet: 8A, C6 and 6B. RGB value is (138,198,107). Sum of RGB (Red+Green+Blue) = 138+198+107=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC66B is #753994. Grayscale: #A9A9A9. Windows color (decimal): -7682453 or 7063178. OLE color: 7063178.

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

Color convert

RGB138198107-
CMYK0.3000.460.22
HSL99.56º44.39%59.8%-
HSV(B)99.56º45.96%77.65%-
XYZ33.3346.8521.2-
YUV169.6992.62105.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.15%
GREEN value IS 198 (77.73% from 255) = 44.70%
BLUE value IS 107 (42.19% from 255) = 24.15%
R=31.15%
G=44.70%
B=24.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381981070.3000.460.2299.5644.3959.8
Hex8AC66B1E02E16642c3c
Octal21230615336056261445474
Binary10001010110001101101011111100101110101101100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ac66b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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