#8AD45C

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

Shades of Mantis #8AD45C

Tints of Mantis #8AD45C

Color information

#8AD45C (or 0x8AD45C) is unknown color: approx Mantis. HEX triplet: 8A, D4 and 5C. RGB value is (138,212,92). Sum of RGB (Red+Green+Blue) = 138+212+92=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD45C is #752BA3. Grayscale: #B0B0B0. Windows color (decimal): -7678884 or 6083722. OLE color: 6083722.

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

Color convert

RGB13821292-
CMYK0.3500.570.17
HSL97º58.25%59.61%-
HSV(B)97º56.6%83.14%-
XYZ35.9653.2618.51-
YUV176.1980.48100.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.22%
GREEN value IS 212 (83.20% from 255) = 47.96%
BLUE value IS 92 (36.33% from 255) = 20.81%
R=31.22%
G=47.96%
B=20.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal138212920.3500.570.179758.2559.61
Hex8AD45C2303911613a3c
Octal21232413443071211417274
Binary100010101101010010111001000110111001100011100001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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