#8AC463

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

Shades of Mantis #8AC463

Tints of Mantis #8AC463

Color information

#8AC463 (or 0x8AC463) is unknown color: approx Mantis. HEX triplet: 8A, C4 and 63. RGB value is (138,196,99). Sum of RGB (Red+Green+Blue) = 138+196+99=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC463 is #753B9C. Grayscale: #A7A7A7. Windows color (decimal): -7682973 or 6538378. OLE color: 6538378.

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

Color convert

RGB13819699-
CMYK0.3000.490.23
HSL95.88º45.12%57.84%-
HSV(B)95.88º49.49%76.86%-
XYZ32.4745.7818.93-
YUV167.689.28106.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 196 (76.95% from 255) = 45.27%
BLUE value IS 99 (39.06% from 255) = 22.86%
R=31.87%
G=45.27%
B=22.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal138196990.3000.490.2395.8845.1257.84
Hex8AC4631E03117602d3a
Octal21230414336061271405572
Binary10001010110001001100011111100110001101111100000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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