#8AC163

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

Shades of Mantis #8AC163

Tints of Mantis #8AC163

Color information

#8AC163 (or 0x8AC163) is unknown color: approx Mantis. HEX triplet: 8A, C1 and 63. RGB value is (138,193,99). Sum of RGB (Red+Green+Blue) = 138+193+99=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC163 is #753E9C. Grayscale: #A6A6A6. Windows color (decimal): -7683741 or 6537610. OLE color: 6537610.

HSL color Cylindrical-coordinate representation of color #8AC163: hue angle of 95.11º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AC163 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB13819399-
CMYK0.2800.490.24
HSL95.11º43.12%57.25%-
HSV(B)95.11º48.7%75.69%-
XYZ31.844.4418.71-
YUV165.8490.28108.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 99 (39.06% from 255) = 23.02%
R=32.09%
G=44.88%
B=23.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138193990.2800.490.2495.1143.1257.25
Hex8AC1631C031185f2b39
Octal21230114334061301375371
Binary10001010110000011100011111000110001110001011111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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