#8AD95D

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

Shades of Mantis #8AD95D

Tints of Mantis #8AD95D

Color information

#8AD95D (or 0x8AD95D) is unknown color: approx Mantis. HEX triplet: 8A, D9 and 5D. RGB value is (138,217,93). Sum of RGB (Red+Green+Blue) = 138+217+93=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD95D is #7526A2. Grayscale: #B3B3B3. Windows color (decimal): -7677603 or 6150538. OLE color: 6150538.

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

Color convert

RGB13821793-
CMYK0.3600.570.15
HSL98.23º62%60.78%-
HSV(B)98.23º57.14%85.1%-
XYZ37.2755.8219.17-
YUV179.2479.3398.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.80%
GREEN value IS 217 (85.16% from 255) = 48.44%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=30.80%
G=48.44%
B=20.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138217930.3600.570.1598.236260.78
Hex8AD95D24039F623e3d
Octal21233113544071171427675
Binary10001010110110011011101100100011100111111100010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,217,93); }

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

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

 a { background-color: rgb(138,217,93); }

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

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

 span { border-color: rgb(138,217,93); }

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