#7AD160

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

Shades of Mantis #7AD160

Tints of Mantis #7AD160

Color information

#7AD160 (or 0x7AD160) is unknown color: approx Mantis. HEX triplet: 7A, D1 and 60. RGB value is (122,209,96). Sum of RGB (Red+Green+Blue) = 122+209+96=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD160 is #852E9F. Grayscale: #AAAAAA. Windows color (decimal): -8728224 or 6345082. OLE color: 6345082.

HSL color Cylindrical-coordinate representation of color #7AD160: hue angle of 106.19º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AD160 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB12220996-
CMYK0.4200.540.18
HSL106.19º55.12%59.8%-
HSV(B)106.19º54.07%81.96%-
XYZ32.9450.5819.09-
YUV170.186.1893.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.57%
GREEN value IS 209 (82.03% from 255) = 48.95%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=28.57%
G=48.95%
B=22.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122209960.4200.540.18106.1955.1259.8
Hex7AD1602A036126a373c
Octal17232114052066221526774
Binary11110101101000111000001010100110110100101101010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,209,96); }

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

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

 a { background-color: rgb(122,209,96); }

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

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

 span { border-color: rgb(122,209,96); }

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