#7ADA5D

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

Shades of Mantis #7ADA5D

Tints of Mantis #7ADA5D

Color information

#7ADA5D (or 0x7ADA5D) is unknown color: approx Mantis. HEX triplet: 7A, DA and 5D. RGB value is (122,218,93). Sum of RGB (Red+Green+Blue) = 122+218+93=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADA5D is #8525A2. Grayscale: #AFAFAF. Windows color (decimal): -8725923 or 6150778. OLE color: 6150778.

HSL color Cylindrical-coordinate representation of color #7ADA5D: hue angle of 106.08º degrees, saturation: 0.63, 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 #7ADA5D is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB12221893-
CMYK0.4400.570.15
HSL106.08º62.81%60.98%-
HSV(B)106.08º57.34%85.49%-
XYZ35.0755.0719.14-
YUV175.0581.790.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.18%
GREEN value IS 218 (85.55% from 255) = 50.35%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=28.18%
G=50.35%
B=21.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122218930.4400.570.15106.0862.8160.98
Hex7ADA5D2C039F6a3f3d
Octal17233213554071171527775
Binary1111010110110101011101101100011100111111101010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ADA5D; }

 p { color: rgb(122,218,93); }

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

<style>
 a { background-color: #7ADA5D; }

 a { background-color: rgb(122,218,93); }

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

<style>
 span { border-color: #7ADA5D; }

 span { border-color: rgb(122,218,93); }

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