#8AD868

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

Shades of Mantis #8AD868

Tints of Mantis #8AD868

Color information

#8AD868 (or 0x8AD868) is unknown color: approx Mantis. HEX triplet: 8A, D8 and 68. RGB value is (138,216,104). Sum of RGB (Red+Green+Blue) = 138+216+104=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD868 is #752797. Grayscale: #B4B4B4. Windows color (decimal): -7677848 or 6871178. OLE color: 6871178.

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

Color convert

RGB138216104-
CMYK0.3600.520.15
HSL101.79º58.95%62.75%-
HSV(B)101.79º51.85%84.71%-
XYZ37.5455.5121.83-
YUV179.9185.1698.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 216 (84.77% from 255) = 47.16%
BLUE value IS 104 (41.02% from 255) = 22.71%
R=30.13%
G=47.16%
B=22.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382161040.3600.520.15101.7958.9562.75
Hex8AD86824034F663b3f
Octal21233015044064171467377
Binary10001010110110001101000100100011010011111100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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