#7AD94B

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

Shades of Mantis #7AD94B

Tints of Mantis #7AD94B

Color information

#7AD94B (or 0x7AD94B) is unknown color: approx Mantis. HEX triplet: 7A, D9 and 4B. RGB value is (122,217,75). Sum of RGB (Red+Green+Blue) = 122+217+75=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD94B is #8526B4. Grayscale: #ACACAC. Windows color (decimal): -8726197 or 4970874. OLE color: 4970874.

HSL color Cylindrical-coordinate representation of color #7AD94B: hue angle of 100.14º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AD94B is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB12221775-
CMYK0.4400.650.15
HSL100.14º65.14%57.25%-
HSV(B)100.14º65.44%85.1%-
XYZ34.1154.2715.33-
YUV172.4173.0392.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.47%
GREEN value IS 217 (85.16% from 255) = 52.42%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=29.47%
G=52.42%
B=18.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122217750.4400.650.15100.1465.1457.25
Hex7AD94B2C041F644139
Octal1723311135401011714410171
Binary111101011011001100101110110001000001111111001001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,217,75); }

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

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

 a { background-color: rgb(122,217,75); }

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

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

 span { border-color: rgb(122,217,75); }

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