#8AD45F

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

Shades of Mantis #8AD45F

Tints of Mantis #8AD45F

Color information

#8AD45F (or 0x8AD45F) is unknown color: approx Mantis. HEX triplet: 8A, D4 and 5F. RGB value is (138,212,95). Sum of RGB (Red+Green+Blue) = 138+212+95=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD45F is #752BA0. Grayscale: #B0B0B0. Windows color (decimal): -7678881 or 6280330. OLE color: 6280330.

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

Color convert

RGB13821295-
CMYK0.3500.550.17
HSL97.95º57.64%60.2%-
HSV(B)97.95º55.19%83.14%-
XYZ36.0953.3219.22-
YUV176.5481.98100.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.01%
GREEN value IS 212 (83.20% from 255) = 47.64%
BLUE value IS 95 (37.5% from 255) = 21.35%
R=31.01%
G=47.64%
B=21.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal138212950.3500.550.1797.9557.6460.2
Hex8AD45F2303711623a3c
Octal21232413743067211427274
Binary100010101101010010111111000110110111100011100010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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