#8AC174

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

Shades of Mantis #8AC174

Tints of Mantis #8AC174

Color information

#8AC174 (or 0x8AC174) is unknown color: approx Mantis. HEX triplet: 8A, C1 and 74. RGB value is (138,193,116). Sum of RGB (Red+Green+Blue) = 138+193+116=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC174 is #753E8B. Grayscale: #A8A8A8. Windows color (decimal): -7683724 or 7651722. OLE color: 7651722.

HSL color Cylindrical-coordinate representation of color #8AC174: hue angle of 102.86º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AC174 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB138193116-
CMYK0.2800.400.24
HSL102.86º38.31%60.59%-
HSV(B)102.86º39.9%75.69%-
XYZ32.744.823.45-
YUV167.7898.78106.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.87%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=30.87%
G=43.18%
B=25.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381931160.2800.400.24102.8638.3160.59
Hex8AC1741C0281867263d
Octal21230116434050301474675
Binary10001010110000011110100111000101000110001100111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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