#8AC167

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

Shades of Mantis #8AC167

Tints of Mantis #8AC167

Color information

#8AC167 (or 0x8AC167) is unknown color: approx Mantis. HEX triplet: 8A, C1 and 67. RGB value is (138,193,103). Sum of RGB (Red+Green+Blue) = 138+193+103=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC167 is #753E98. Grayscale: #A6A6A6. Windows color (decimal): -7683737 or 6799754. OLE color: 6799754.

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

Color convert

RGB138193103-
CMYK0.2800.470.24
HSL96.67º42.06%58.04%-
HSV(B)96.67º46.63%75.69%-
XYZ3244.5219.74-
YUV166.392.28107.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.80%
GREEN value IS 193 (75.78% from 255) = 44.47%
BLUE value IS 103 (40.62% from 255) = 23.73%
R=31.80%
G=44.47%
B=23.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381931030.2800.470.2496.6742.0658.04
Hex8AC1671C02F18612a3a
Octal21230114734057301415272
Binary10001010110000011100111111000101111110001100001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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