#8AD95F

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

Shades of Mantis #8AD95F

Tints of Mantis #8AD95F

Color information

#8AD95F (or 0x8AD95F) is unknown color: approx Mantis. HEX triplet: 8A, D9 and 5F. RGB value is (138,217,95). Sum of RGB (Red+Green+Blue) = 138+217+95=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD95F is #7526A0. Grayscale: #B3B3B3. Windows color (decimal): -7677601 or 6281610. OLE color: 6281610.

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

Color convert

RGB13821795-
CMYK0.3600.560.15
HSL98.85º61.62%61.18%-
HSV(B)98.85º56.22%85.1%-
XYZ37.3655.8619.64-
YUV179.4780.3398.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.67%
GREEN value IS 217 (85.16% from 255) = 48.22%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=30.67%
G=48.22%
B=21.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138217950.3600.560.1598.8561.6261.18
Hex8AD95F24038F633e3d
Octal21233113744070171437675
Binary10001010110110011011111100100011100011111100011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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