#7AD054

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

Shades of Mantis #7AD054

Tints of Mantis #7AD054

Color information

#7AD054 (or 0x7AD054) is unknown color: approx Mantis. HEX triplet: 7A, D0 and 54. RGB value is (122,208,84). Sum of RGB (Red+Green+Blue) = 122+208+84=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD054 is #852FAB. Grayscale: #A8A8A8. Windows color (decimal): -8728492 or 5558394. OLE color: 5558394.

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

Color convert

RGB12220884-
CMYK0.4100.600.18
HSL101.61º56.88%57.25%-
HSV(B)101.61º59.62%81.57%-
XYZ32.1849.8916.32-
YUV168.1580.5195.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.47%
GREEN value IS 208 (81.64% from 255) = 50.24%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=29.47%
G=50.24%
B=20.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122208840.4100.600.18101.6156.8857.25
Hex7AD0542903C12663939
Octal17232012451074221467171
Binary11110101101000010101001010010111100100101100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,208,84); }

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

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

 a { background-color: rgb(122,208,84); }

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

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

 span { border-color: rgb(122,208,84); }

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