#8AD171

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

Shades of Mantis #8AD171

Tints of Mantis #8AD171

Color information

#8AD171 (or 0x8AD171) is unknown color: approx Mantis. HEX triplet: 8A, D1 and 71. RGB value is (138,209,113). Sum of RGB (Red+Green+Blue) = 138+209+113=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD171 is #752E8E. Grayscale: #B1B1B1. Windows color (decimal): -7679631 or 7459210. OLE color: 7459210.

HSL color Cylindrical-coordinate representation of color #8AD171: hue angle of 104.37º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AD171 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB138209113-
CMYK0.3400.460.18
HSL104.37º51.06%63.14%-
HSV(B)104.37º45.93%81.96%-
XYZ36.2652.223.79-
YUV176.8391.98100.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30%
GREEN value IS 209 (82.03% from 255) = 45.43%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=30%
G=45.43%
B=24.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382091130.3400.460.18104.3751.0663.14
Hex8AD1712202E1268333f
Octal21232116142056221506377
Binary100010101101000111100011000100101110100101101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,209,113); }

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

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

 a { background-color: rgb(138,209,113); }

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

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

 span { border-color: rgb(138,209,113); }

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