#8AD855

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

Shades of Mantis #8AD855

Tints of Mantis #8AD855

Color information

#8AD855 (or 0x8AD855) is unknown color: approx Mantis. HEX triplet: 8A, D8 and 55. RGB value is (138,216,85). Sum of RGB (Red+Green+Blue) = 138+216+85=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD855 is #7527AA. Grayscale: #B2B2B2. Windows color (decimal): -7677867 or 5625994. OLE color: 5625994.

HSL color Cylindrical-coordinate representation of color #8AD855: hue angle of 95.73º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AD855 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB13821685-
CMYK0.3600.610.15
HSL95.73º62.68%59.02%-
HSV(B)95.73º60.65%84.71%-
XYZ36.6855.1717.31-
YUV177.7475.6699.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 216 (84.77% from 255) = 49.20%
BLUE value IS 85 (33.59% from 255) = 19.36%
R=31.44%
G=49.20%
B=19.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138216850.3600.610.1595.7362.6859.02
Hex8AD8552403DF603f3b
Octal21233012544075171407773
Binary10001010110110001010101100100011110111111100000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,216,85); }

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

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

 a { background-color: rgb(138,216,85); }

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

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

 span { border-color: rgb(138,216,85); }

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