#8AD95E

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

Shades of Mantis #8AD95E

Tints of Mantis #8AD95E

Color information

#8AD95E (or 0x8AD95E) is unknown color: approx Mantis. HEX triplet: 8A, D9 and 5E. RGB value is (138,217,94). Sum of RGB (Red+Green+Blue) = 138+217+94=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD95E is #7526A1. Grayscale: #B3B3B3. Windows color (decimal): -7677602 or 6216074. OLE color: 6216074.

HSL color Cylindrical-coordinate representation of color #8AD95E: hue angle of 98.54º 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 #8AD95E is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB13821794-
CMYK0.3600.570.15
HSL98.54º61.81%60.98%-
HSV(B)98.54º56.68%85.1%-
XYZ37.3155.8419.4-
YUV179.3679.8398.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.73%
GREEN value IS 217 (85.16% from 255) = 48.33%
BLUE value IS 94 (37.11% from 255) = 20.94%
R=30.73%
G=48.33%
B=20.94%

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
Decimal138217940.3600.570.1598.5461.8160.98
Hex8AD95E24039F633e3d
Octal21233113644071171437675
Binary10001010110110011011110100100011100111111100011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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