#8AD361

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

Shades of Mantis #8AD361

Tints of Mantis #8AD361

Color information

#8AD361 (or 0x8AD361) is unknown color: approx Mantis. HEX triplet: 8A, D3 and 61. RGB value is (138,211,97). Sum of RGB (Red+Green+Blue) = 138+211+97=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD361 is #752C9E. Grayscale: #B0B0B0. Windows color (decimal): -7679135 or 6411146. OLE color: 6411146.

HSL color Cylindrical-coordinate representation of color #8AD361: hue angle of 98.42º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AD361 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB13821197-
CMYK0.3500.540.17
HSL98.42º56.44%60.39%-
HSV(B)98.42º54.03%82.75%-
XYZ35.9352.8519.62-
YUV176.1883.32100.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 211 (82.81% from 255) = 47.31%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=30.94%
G=47.31%
B=21.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal138211970.3500.540.1798.4256.4460.39
Hex8AD361230361162383c
Octal21232314143066211427074
Binary100010101101001111000011000110110110100011100010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,211,97); }

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

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

 a { background-color: rgb(138,211,97); }

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

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

 span { border-color: rgb(138,211,97); }

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