#8AD367

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

Shades of Mantis #8AD367

Tints of Mantis #8AD367

Color information

#8AD367 (or 0x8AD367) is unknown color: approx Mantis. HEX triplet: 8A, D3 and 67. RGB value is (138,211,103). Sum of RGB (Red+Green+Blue) = 138+211+103=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD367 is #752C98. Grayscale: #B1B1B1. Windows color (decimal): -7679129 or 6804362. OLE color: 6804362.

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

Color convert

RGB138211103-
CMYK0.3500.510.17
HSL100.56º55.1%61.57%-
HSV(B)100.56º51.18%82.75%-
XYZ36.2252.9721.15-
YUV176.8686.32100.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.53%
GREEN value IS 211 (82.81% from 255) = 46.68%
BLUE value IS 103 (40.62% from 255) = 22.79%
R=30.53%
G=46.68%
B=22.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382111030.3500.510.17100.5655.161.57
Hex8AD367230331165373e
Octal21232314743063211456776
Binary100010101101001111001111000110110011100011100101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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