#7AD25A

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

Shades of Mantis #7AD25A

Tints of Mantis #7AD25A

Color information

#7AD25A (or 0x7AD25A) is unknown color: approx Mantis. HEX triplet: 7A, D2 and 5A. RGB value is (122,210,90). Sum of RGB (Red+Green+Blue) = 122+210+90=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD25A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD25A is #852DA5. Grayscale: #AAAAAA. Windows color (decimal): -8727974 or 5952122. OLE color: 5952122.

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

Color convert

RGB12221090-
CMYK0.4200.570.18
HSL104º57.14%58.82%-
HSV(B)104º57.14%82.35%-
XYZ32.9250.9717.78-
YUV170.0182.8593.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 210 (82.42% from 255) = 49.76%
BLUE value IS 90 (35.55% from 255) = 21.33%
R=28.91%
G=49.76%
B=21.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122210900.4200.570.1810457.1458.82
Hex7AD25A2A0391268393b
Octal17232213252071221507173
Binary11110101101001010110101010100111001100101101000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,210,90); }

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

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

 a { background-color: rgb(122,210,90); }

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

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

 span { border-color: rgb(122,210,90); }

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